#77A785

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

Shades of Bay Leaf #77A785

Tints of Bay Leaf #77A785

Color information

#77A785 (or 0x77A785) is unknown color: approx Bay Leaf. HEX triplet: 77, A7 and 85. RGB value is (119,167,133). Sum of RGB (Red+Green+Blue) = 119+167+133=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #77A785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A785 is #88587A. Grayscale: #949494. Windows color (decimal): -8935547 or 8759159. OLE color: 8759159.

HSL color Cylindrical-coordinate representation of color #77A785: hue angle of 137.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A785 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB119167133-
CMYK0.2900.200.35
HSL137.5º21.43%56.08%-
HSV(B)137.5º28.74%65.49%-
XYZ25.6633.2527.26-
YUV148.77119.1106.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=28.40%
G=39.86%
B=31.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191671330.2900.200.35137.521.4356.08
Hex77A7851D014238a1538
Octal16724720535024432122570
Binary11101111010011110000101111010101001000111000101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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