Html Css Color HEX #779979 Laurel

📋 copy color: '#779979'

red 119 ◦ green 153 ◦ blue 121

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

Shades of Laurel #779979

Tints of Laurel #779979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 30.28%
G = 38.93%
B = 30.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#779979 (or 0x779979) is known color: Laurel. HEX triplet: 77, 99 and 79. RGB value is (119,153,121). Sum of RGB (Red+Green+Blue) = 119+153+121=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #779979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779979 is #886686. Grayscale: #8B8B8B. Windows color (decimal): -8939143 or 7969143. OLE color: 7969143.

HSL color Cylindrical-coordinate representation of color #779979: hue angle of 123.53º 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 #779979 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 121 -
CMYK 0.22 0 0.21 0.4
HSL 123.53º 0.14% 0.53% -
HSV(B) 123.53º 0.22% 0.6% -
XYZ 22.45 28.08 22.33 -
YUV 139.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 119 153 121 0.22 0 0.21 0.4 123.53 0.14 0.53
Hex 77 99 79 16 0 15 28 7C E 35
Octal 167 231 171 26 0 25 50 174 16 65
Binary 1110111 10011001 1111001 10110 0 10101 101000 1111100 1110 110101

Color Harmonies of #779979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779979

Black with #779979

Text Example


Text Example

White with #779979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779979; }

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

 H1.HeaderClassName
 {
   color: #779979;
 }
 .AnyTagClassName
 {
   color: #779979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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