#759C82

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

Shades of Oxley #759C82

Tints of Oxley #759C82

Color information

#759C82 (or 0x759C82) is unknown color: approx Oxley. HEX triplet: 75, 9C and 82. RGB value is (117,156,130). Sum of RGB (Red+Green+Blue) = 117+156+130=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #759C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C82 is #8A637D. Grayscale: #8D8D8D. Windows color (decimal): -9069438 or 8559733. OLE color: 8559733.

HSL color Cylindrical-coordinate representation of color #759C82: hue angle of 140º 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 #759C82 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB117156130-
CMYK0.2500.170.39
HSL140º16.46%53.53%-
HSV(B)140º25%61.18%-
XYZ23.2529.1725.52-
YUV141.37121.58110.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=29.03%
G=38.71%
B=32.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171561300.2500.170.3914016.4653.53
Hex759C8219011278c1036
Octal16523420231021472142066
Binary11101011001110010000010110010100011001111000110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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