#779B79

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

Shades of Laurel #779B79

Tints of Laurel #779B79

Color information

#779B79 (or 0x779B79) is unknown color: approx Laurel. HEX triplet: 77, 9B and 79. RGB value is (119,155,121). Sum of RGB (Red+Green+Blue) = 119+155+121=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #779B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B79 is #886486. Grayscale: #8C8C8C. Windows color (decimal): -8938631 or 7969655. OLE color: 7969655.

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

Color convert

RGB119155121-
CMYK0.2300.220.39
HSL123.33º15.25%53.73%-
HSV(B)123.33º23.23%60.78%-
XYZ22.7828.7522.44-
YUV140.36117.07112.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=30.13%
G=39.24%
B=30.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551210.2300.220.39123.3315.2553.73
Hex779B7917016277bf36
Octal16723317127026471731766
Binary11101111001101111110011011101011010011111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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