#7D9981

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

Shades of Oxley #7D9981

Tints of Oxley #7D9981

Color information

#7D9981 (or 0x7D9981) is unknown color: approx Oxley. HEX triplet: 7D, 99 and 81. RGB value is (125,153,129). Sum of RGB (Red+Green+Blue) = 125+153+129=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9981 is #82667E. Grayscale: #8D8D8D. Windows color (decimal): -8545919 or 8493437. OLE color: 8493437.

HSL color Cylindrical-coordinate representation of color #7D9981: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D9981 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB125153129-
CMYK0.1800.160.4
HSL128.57º12.07%54.51%-
HSV(B)128.57º18.3%60%-
XYZ23.8128.7325.06-
YUV141.89120.72115.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=30.71%
G=37.59%
B=31.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1251531290.1800.160.4128.5712.0754.51
Hex7D9981120102881c37
Octal17523120122020502011467
Binary1111101100110011000000110010010000101000100000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D9981; }

 p { color: rgb(125,153,129); }

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

<style>
 a { background-color: #7D9981; }

 a { background-color: rgb(125,153,129); }

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

<style>
 span { border-color: #7D9981; }

 span { border-color: rgb(125,153,129); }

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