#76907E

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

Shades of Oxley #76907E

Tints of Oxley #76907E

Color information

#76907E (or 0x76907E) is unknown color: approx Oxley. HEX triplet: 76, 90 and 7E. RGB value is (118,144,126). Sum of RGB (Red+Green+Blue) = 118+144+126=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #76907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76907E is #896F81. Grayscale: #868686. Windows color (decimal): -9006978 or 8294518. OLE color: 8294518.

HSL color Cylindrical-coordinate representation of color #76907E: hue angle of 138.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76907E is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB118144126-
CMYK0.1800.120.44
HSL138.46º10.48%51.37%-
HSV(B)138.46º18.06%56.47%-
XYZ21.2125.323.51-
YUV134.17123.39116.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=30.41%
G=37.11%
B=32.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441260.1800.120.44138.4610.4851.37
Hex76907E120C2C8aa33
Octal16622017622014542121263
Binary11101101001000011111101001001100101100100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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