Color Hex Logo

#769075 Color Hex

#769075
(118,144,117)
0 Favorites   0 Comments

Color spaces of #769075

RGB 118144117
HSL0.330.110.51
HSV118°19°56°
CMYK 0.180.000.19   0.44
XYZ20.655425.082420.5824
Yxy25.08240.31140.3782
Hunter Lab50.0823-14.025510.6911
CIE-Lab57.1556-14.717111.3480

#769075 color RGB value is (118,144,117).

#769075 hex color red value is 118, green value is 144 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #769075 hue: 0.33 , saturation: 0.11 and the lightness value of 769075 is 0.51.

The process color (four color CMYK) of #769075 color hex is 0.18, 0.00, 0.19, 0.44. Web safe color of #769075 is #669966. Color #769075 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 01110101
Octal 166 220 165
Decimal 118 144 117
Hex 76 90 75

RGB Percentages of Color #769075

%31.13
%37.99
%30.87

CMYK Percentages of Color #769075

%18
%0
%19
%44

Triadic Colors of #769075

#769075 #757690 #907576

Analogous Colors of #769075

#769075 #759082 #849075

Monochromatic Colors of #769075

#769075

Complementary Color

#769075 #8f7590

#769075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769075 Color CSS Codes

.mybgcolor {background-color:#769075; } 
.myforecolor {color:#769075; }
.mybordercolor {border:3px solid #769075; }

#769075 Text Font Color

<p style="color:#769075">Text here</p>

This sample text font color is #769075
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#769075 Background Color

<div style="background-color:#769075">
Div content here</div>

This div background color is #769075


#769075 Border Color

<div style="border:3px solid #769075">
Div here</div>

This div border color is #769075


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,144,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769075; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769075;
  -webkit-box-shadow: 1px 1px 3px 2px #769075;
  box-shadow:         1px 1px 3px 2px #769075; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,144,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #769075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #769075;
  -webkit-box-shadow: 1px 1px 3px 2px #769075;
  box-shadow:         1px 1px 3px 2px #769075;">
Div content here</div>

This div box has shadow with color #769075


Comments

No comments written yet.

Please login to write comment.