#7D9485

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

Shades of Oxley #7D9485

Tints of Oxley #7D9485

Color information

#7D9485 (or 0x7D9485) is unknown color: approx Oxley. HEX triplet: 7D, 94 and 85. RGB value is (125,148,133). Sum of RGB (Red+Green+Blue) = 125+148+133=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9485 is #826B7A. Grayscale: #8B8B8B. Windows color (decimal): -8547195 or 8754301. OLE color: 8754301.

HSL color Cylindrical-coordinate representation of color #7D9485: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D9485 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB125148133-
CMYK0.1600.100.42
HSL140.87º9.7%53.53%-
HSV(B)140.87º15.54%58.04%-
XYZ23.2827.2326.22-
YUV139.41124.38117.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=30.79%
G=36.45%
B=32.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251481330.1600.100.42140.879.753.53
Hex7D9485100A2A8da36
Octal17522420520012522151266
Binary111110110010100100001011000001010101010100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,133); }

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

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

 a { background-color: rgb(125,148,133); }

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

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

 span { border-color: rgb(125,148,133); }

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