#759C80

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

Shades of Oxley #759C80

Tints of Oxley #759C80

Color information

#759C80 (or 0x759C80) is unknown color: approx Oxley. HEX triplet: 75, 9C and 80. RGB value is (117,156,128). Sum of RGB (Red+Green+Blue) = 117+156+128=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #759C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C80 is #8A637F. Grayscale: #8D8D8D. Windows color (decimal): -9069440 or 8428661. OLE color: 8428661.

HSL color Cylindrical-coordinate representation of color #759C80: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C80 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB117156128-
CMYK0.2500.180.39
HSL136.92º16.46%53.53%-
HSV(B)136.92º25%61.18%-
XYZ23.1229.1224.82-
YUV141.15120.58110.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=29.18%
G=38.90%
B=31.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171561280.2500.180.39136.9216.4653.53
Hex759C801901227891036
Octal16523420031022472112066
Binary11101011001110010000000110010100101001111000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759C80; }

 p { color: rgb(117,156,128); }

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

<style>
 a { background-color: #759C80; }

 a { background-color: rgb(117,156,128); }

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

<style>
 span { border-color: #759C80; }

 span { border-color: rgb(117,156,128); }

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