Color Hex Logo

#769073 Color Hex

#769073
(118,144,115)
0 Favorites   0 Comments

Color spaces of #769073

RGB 118144115
HSL0.320.120.51
HSV114°20°56°
CMYK 0.180.000.20   0.44
XYZ20.539025.035919.9695
Yxy25.03590.31340.3820
Hunter Lab50.0359-14.291211.3623
CIE-Lab57.1104-15.087912.4208

#769073 color RGB value is (118,144,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 01110011
Octal 166 220 163
Decimal 118 144 115
Hex 76 90 73

RGB Percentages of Color #769073

%31.30
%38.20
%30.50

CMYK Percentages of Color #769073

%18
%0
%20
%44

Triadic Colors of #769073

#769073 #737690 #907376

Analogous Colors of #769073

#769073 #73907f #859073

Monochromatic Colors of #769073

#769073

Complementary Color

#769073 #8d7390

#769073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769073 Color CSS Codes

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

#769073 Text Font Color

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

This sample text font color is #769073
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.


#769073 Background Color

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

This div background color is #769073


#769073 Border Color

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

This div border color is #769073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769073


Comments

No comments written yet.

Please login to write comment.