#759B7C

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

Shades of Oxley #759B7C

Tints of Oxley #759B7C

Color information

#759B7C (or 0x759B7C) is unknown color: approx Oxley. HEX triplet: 75, 9B and 7C. RGB value is (117,155,124). Sum of RGB (Red+Green+Blue) = 117+155+124=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #759B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B7C is #8A6483. Grayscale: #8C8C8C. Windows color (decimal): -9069700 or 8166261. OLE color: 8166261.

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

Color convert

RGB117155124-
CMYK0.2500.20.39
HSL131.05º15.97%53.33%-
HSV(B)131.05º24.52%60.78%-
XYZ22.728.6823.41-
YUV140.1118.91111.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=29.55%
G=39.14%
B=31.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551240.2500.20.39131.0515.9753.33
Hex759B7C1901427831035
Octal16523317431024472032065
Binary1110101100110111111100110010101001001111000001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,124); }

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

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

 a { background-color: rgb(117,155,124); }

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

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

 span { border-color: rgb(117,155,124); }

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