Html Css Color HEX #779879 Laurel

📋 copy color: '#779879'

red 119 ◦ green 152 ◦ blue 121

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

Shades of Laurel #779879

Tints of Laurel #779879

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

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#779879 (or 0x779879) is known color: 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

RGB 119 152 121 -
CMYK 0.22 0 0.20 0.40
HSL 123.64º 0.14% 0.53% -
HSV(B) 123.64º 0.22% 0.6% -
XYZ 22.29 27.76 22.27 -
YUV 138.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 119 152 121 0.22 0 0.20 0.40 123.64 0.14 0.53
Hex 77 98 79 16 0 14 28 7C E 35
Octal 167 230 171 26 0 24 50 174 16 65
Binary 1110111 10011000 1111001 10110 0 10100 101000 1111100 1110 110101

Color Harmonies of #779879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779879

Black with #779879

Text Example


Text Example

White with #779879

Text Example


Text Example

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