#779879

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

Shades of Laurel #779879

Tints of Laurel #779879

Color information

#779879 (or 0x779879) is unknown color: approx Laurel. HEX triplet: 77, 98 and 79. RGB value is (119,152,121). Sum of RGB (Red+Green+Blue) = 119+152+121=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #779879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779879 is #886786. Grayscale: #8A8A8A. Windows color (decimal): -8939399 or 7968887. OLE color: 7968887.

HSL color Cylindrical-coordinate representation of color #779879: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779879 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB119152121-
CMYK0.2200.200.40
HSL123.64º13.81%53.14%-
HSV(B)123.64º21.71%59.61%-
XYZ22.2927.7622.27-
YUV138.6118.07114.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=30.36%
G=38.78%
B=30.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521210.2200.200.40123.6413.8153.14
Hex77987916014287ce35
Octal16723017126024501741665
Binary11101111001100011110011011001010010100011111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779879; }

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

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

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

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

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

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

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

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