Html Css Color HEX #779A79 Laurel

📋 copy color: '#779A79'

red 119 ◦ green 154 ◦ blue 121

#779A79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #779A79

Tints of Laurel #779A79

RGB

 RED value IS 119 (46.88% from 255) = 30.2%

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 30.2%
G = 39.09%
B = 30.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#779A79 (or 0x779A79) is known color: 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

RGB 119 154 121 -
CMYK 0.23 0 0.21 0.40
HSL 123.43º 0.15% 0.54% -
HSV(B) 123.43º 0.23% 0.6% -
XYZ 22.61 28.41 22.38 -
YUV 139.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 119 154 121 0.23 0 0.21 0.40 123.43 0.15 0.54
Hex 77 9A 79 17 0 15 28 7B F 36
Octal 167 232 171 27 0 25 50 173 17 66
Binary 1110111 10011010 1111001 10111 0 10101 101000 1111011 1111 110110

Color Harmonies of #779A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A79

Black with #779A79

Text Example


Text Example

White with #779A79

Text Example


Text Example

HTML Codes & Css Web 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>