#759180

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

Shades of Oxley #759180

Tints of Oxley #759180

Color information

#759180 (or 0x759180) is unknown color: approx Oxley. HEX triplet: 75, 91 and 80. RGB value is (117,145,128). Sum of RGB (Red+Green+Blue) = 117+145+128=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #759180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759180 is #8A6E7F. Grayscale: #868686. Windows color (decimal): -9072256 or 8425845. OLE color: 8425845.

HSL color Cylindrical-coordinate representation of color #759180: hue angle of 143.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759180 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB117145128-
CMYK0.1900.120.43
HSL143.57º11.29%51.37%-
HSV(B)143.57º19.31%56.86%-
XYZ21.3625.5924.24-
YUV134.69124.22115.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=30%
G=37.18%
B=32.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451280.1900.120.43143.5711.2951.37
Hex759180130C2B90b33
Octal16522120023014532201363
Binary111010110010001100000001001101100101011100100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759180; }

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

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

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

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

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

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

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

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