#7C9585

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

Shades of Oxley #7C9585

Tints of Oxley #7C9585

Color information

#7C9585 (or 0x7C9585) is unknown color: approx Oxley. HEX triplet: 7C, 95 and 85. RGB value is (124,149,133). Sum of RGB (Red+Green+Blue) = 124+149+133=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #7C9585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9585 is #836A7A. Grayscale: #8B8B8B. Windows color (decimal): -8612475 or 8754556. OLE color: 8754556.

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

Color convert

RGB124149133-
CMYK0.1700.110.42
HSL141.6º10.55%53.53%-
HSV(B)141.6º16.78%58.43%-
XYZ23.2927.4726.27-
YUV139.7124.22116.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=30.54%
G=36.70%
B=32.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241491330.1700.110.42141.610.5553.53
Hex7C9585110B2A8eb36
Octal17422520521013522161366
Binary111110010010101100001011000101011101010100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,133); }

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

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

 a { background-color: rgb(124,149,133); }

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

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

 span { border-color: rgb(124,149,133); }

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