#77987C

Color #77987C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #77987C

Tints of Oxley #77987C

Color information

#77987C (or 0x77987C) is unknown color: approx Oxley. HEX triplet: 77, 98 and 7C. RGB value is (119,152,124). Sum of RGB (Red+Green+Blue) = 119+152+124=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #77987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77987C is #886783. Grayscale: #8B8B8B. Windows color (decimal): -8939396 or 8165495. OLE color: 8165495.

HSL color Cylindrical-coordinate representation of color #77987C: hue angle of 129.09º 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 #77987C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB119152124-
CMYK0.2200.180.40
HSL129.09º13.81%53.14%-
HSV(B)129.09º21.71%59.61%-
XYZ22.4727.8323.26-
YUV138.94119.57113.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=30.13%
G=38.48%
B=31.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521240.2200.180.40129.0913.8153.14
Hex77987C160122881e35
Octal16723017426022502011665
Binary111011110011000111110010110010010101000100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77987C; }

 p { color: rgb(119,152,124); }

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

<style>
 a { background-color: #77987C; }

 a { background-color: rgb(119,152,124); }

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

<style>
 span { border-color: #77987C; }

 span { border-color: rgb(119,152,124); }

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