#779A79

Color #779A79 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #779A79

Tints of Laurel #779A79

Color information

#779A79 (or 0x779A79) is unknown color: approx Laurel. HEX triplet: 77, 9A and 79. RGB value is (119,154,121). Sum of RGB (Red+Green+Blue) = 119+154+121=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #779A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A79 is #886586. Grayscale: #8B8B8B. Windows color (decimal): -8938887 or 7969399. OLE color: 7969399.

HSL color Cylindrical-coordinate representation of color #779A79: hue angle of 123.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A79 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB119154121-
CMYK0.2300.210.40
HSL123.43º14.77%53.53%-
HSV(B)123.43º22.73%60.39%-
XYZ22.6128.4122.38-
YUV139.77117.4113.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=30.20%
G=39.09%
B=30.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541210.2300.210.40123.4314.7753.53
Hex779A7917015287bf36
Octal16723217127025501731766
Binary11101111001101011110011011101010110100011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A79; }

 p { color: rgb(119,154,121); }

 H1.HeaderClassName
 {
   color: #779A79;
 }
 .AnyTagClassName
 {
   color: #779A79;
 }
</style>
background-color css

<style>
 a { background-color: #779A79; }

 a { background-color: rgb(119,154,121); }

 div.DivClassName
 {
   background-color: #779A79;
 }
 .BgClassName
 {
   background-color: #779A79;
 }
</style>
border-color css

<style>
 span { border-color: #779A79; }

 span { border-color: rgb(119,154,121); }

 td.TdClassName
 {
   border-color: #779A79;
 }
 .TagClassName
 {
   border-color: #779A79;
 }
</style>