#76977E

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

Shades of Oxley #76977E

Tints of Oxley #76977E

Color information

#76977E (or 0x76977E) is unknown color: approx Oxley. HEX triplet: 76, 97 and 7E. RGB value is (118,151,126). Sum of RGB (Red+Green+Blue) = 118+151+126=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #76977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977E is #896881. Grayscale: #8A8A8A. Windows color (decimal): -9005186 or 8296310. OLE color: 8296310.

HSL color Cylindrical-coordinate representation of color #76977E: hue angle of 134.55º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76977E is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB118151126-
CMYK0.2200.170.41
HSL134.55º13.69%52.75%-
HSV(B)134.55º21.85%59.22%-
XYZ22.327.4923.87-
YUV138.28121.07113.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=29.87%
G=38.23%
B=31.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511260.2200.170.41134.5513.6952.75
Hex76977E160112987e35
Octal16622717626021512071665
Binary111011010010111111111010110010001101001100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76977E; }

 p { color: rgb(118,151,126); }

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

<style>
 a { background-color: #76977E; }

 a { background-color: rgb(118,151,126); }

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

<style>
 span { border-color: #76977E; }

 span { border-color: rgb(118,151,126); }

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