Html Css Color HEX #779B79 Laurel

📋 copy color: '#779B79'

red 119 ◦ green 155 ◦ blue 121

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

Shades of Laurel #779B79

Tints of Laurel #779B79

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 value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 119 155 121 -
CMYK 0.23 0 0.22 0.39
HSL 123.33º 0.15% 0.54% -
HSV(B) 123.33º 0.23% 0.61% -
XYZ 22.78 28.75 22.44 -
YUV 140.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 119 155 121 0.23 0 0.22 0.39 123.33 0.15 0.54
Hex 77 9B 79 17 0 16 27 7B F 36
Octal 167 233 171 27 0 26 47 173 17 66
Binary 1110111 10011011 1111001 10111 0 10110 100111 1111011 1111 110110

Color Harmonies of #779B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B79

Black with #779B79

Text Example


Text Example

White with #779B79

Text Example


Text Example

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