#77B885

Color #77B885 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #77B885

Tints of Bay Leaf #77B885

Color information

#77B885 (or 0x77B885) is unknown color: approx Bay Leaf. HEX triplet: 77, B8 and 85. RGB value is (119,184,133). Sum of RGB (Red+Green+Blue) = 119+184+133=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #77B885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B885 is #88477A. Grayscale: #9E9E9E. Windows color (decimal): -8931195 or 8763511. OLE color: 8763511.

HSL color Cylindrical-coordinate representation of color #77B885: hue angle of 132.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B885 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB119184133-
CMYK0.3500.280.28
HSL132.92º31.4%59.41%-
HSV(B)132.92º35.33%72.16%-
XYZ28.9839.928.36-
YUV158.75113.4799.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=27.29%
G=42.20%
B=30.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191841330.3500.280.28132.9231.459.41
Hex77B8852301C1C851f3b
Octal16727020543034342053773
Binary11101111011100010000101100011011100111001000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B885; }

 p { color: rgb(119,184,133); }

 H1.HeaderClassName
 {
   color: #77B885;
 }
 .AnyTagClassName
 {
   color: #77B885;
 }
</style>
background-color css

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

 a { background-color: rgb(119,184,133); }

 div.DivClassName
 {
   background-color: #77B885;
 }
 .BgClassName
 {
   background-color: #77B885;
 }
</style>
border-color css

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

 span { border-color: rgb(119,184,133); }

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