#759784

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

Shades of Oxley #759784

Tints of Oxley #759784

Color information

#759784 (or 0x759784) is unknown color: approx Oxley. HEX triplet: 75, 97 and 84. RGB value is (117,151,132). Sum of RGB (Red+Green+Blue) = 117+151+132=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #759784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759784 is #8A687B. Grayscale: #8A8A8A. Windows color (decimal): -9070716 or 8689525. OLE color: 8689525.

HSL color Cylindrical-coordinate representation of color #759784: hue angle of 146.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759784 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB117151132-
CMYK0.2300.130.41
HSL146.47º14.05%52.55%-
HSV(B)146.47º22.52%59.22%-
XYZ22.5727.5825.96-
YUV138.67124.24112.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 132 (51.95% from 255) = 33%
R=29.25%
G=37.75%
B=33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511320.2300.130.41146.4714.0552.55
Hex759784170D2992e35
Octal16522720427015512221665
Binary111010110010111100001001011101101101001100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759784; }

 p { color: rgb(117,151,132); }

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

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

 a { background-color: rgb(117,151,132); }

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

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

 span { border-color: rgb(117,151,132); }

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