#77977C

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

Shades of Oxley #77977C

Tints of Oxley #77977C

Color information

#77977C (or 0x77977C) is unknown color: approx Oxley. HEX triplet: 77, 97 and 7C. RGB value is (119,151,124). Sum of RGB (Red+Green+Blue) = 119+151+124=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #77977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77977C is #886883. Grayscale: #8A8A8A. Windows color (decimal): -8939652 or 8165239. OLE color: 8165239.

HSL color Cylindrical-coordinate representation of color #77977C: hue angle of 129.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77977C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB119151124-
CMYK0.2100.180.41
HSL129.38º13.33%52.94%-
HSV(B)129.38º21.19%59.22%-
XYZ22.3127.5123.2-
YUV138.35119.9114.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=30.20%
G=38.32%
B=31.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511240.2100.180.41129.3813.3352.94
Hex77977C150122981d35
Octal16722717425022512011565
Binary111011110010111111110010101010010101001100000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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