#77B088

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

Shades of Bay Leaf #77B088

Tints of Bay Leaf #77B088

Color information

#77B088 (or 0x77B088) is unknown color: approx Bay Leaf. HEX triplet: 77, B0 and 88. RGB value is (119,176,136). Sum of RGB (Red+Green+Blue) = 119+176+136=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #77B088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B088 is #884F77. Grayscale: #9A9A9A. Windows color (decimal): -8933240 or 8958071. OLE color: 8958071.

HSL color Cylindrical-coordinate representation of color #77B088: hue angle of 137.89º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77B088 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB119176136-
CMYK0.3200.230.31
HSL137.89º26.51%57.84%-
HSV(B)137.89º32.39%69.02%-
XYZ27.5836.7528.93-
YUV154.4117.62102.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=27.61%
G=40.84%
B=31.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191761360.3200.230.31137.8926.5157.84
Hex77B088200171F8a1b3a
Octal16726021040027372123372
Binary11101111011000010001000100000010111111111000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,136); }

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

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

 a { background-color: rgb(119,176,136); }

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

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

 span { border-color: rgb(119,176,136); }

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