Html Css Color HEX #779D87 Bay Leaf

📋 copy color: '#779D87'

red 119 ◦ green 157 ◦ blue 135

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

Shades of Bay Leaf #779D87

Tints of Bay Leaf #779D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 28.95%
G = 38.2%
B = 32.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#779D87 (or 0x779D87) is known color: Bay Leaf. HEX triplet: 77, 9D and 87. RGB value is (119,157,135). Sum of RGB (Red+Green+Blue) = 119+157+135=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #779D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D87 is #886278. Grayscale: #8F8F8F. Windows color (decimal): -8938105 or 8887671. OLE color: 8887671.

HSL color Cylindrical-coordinate representation of color #779D87: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D87 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 135 -
CMYK 0.24 0 0.14 0.38
HSL 145.26º 0.16% 0.54% -
HSV(B) 145.26º 0.24% 0.62% -
XYZ 24.04 29.79 27.4 -
YUV 143.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 119 157 135 0.24 0 0.14 0.38 145.26 0.16 0.54
Hex 77 9D 87 18 0 E 26 91 10 36
Octal 167 235 207 30 0 16 46 221 20 66
Binary 1110111 10011101 10000111 11000 0 1110 100110 10010001 10000 110110

Color Harmonies of #779D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D87

Black with #779D87

Text Example


Text Example

White with #779D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779D87; }

 p { color: rgb(119,157,135); }

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

background-color css

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

 a { background-color: rgb(119,157,135); }

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

border-color css

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

 span { border-color: rgb(119,157,135); }

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