#759382

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

Shades of Oxley #759382

Tints of Oxley #759382

Color information

#759382 (or 0x759382) is unknown color: approx Oxley. HEX triplet: 75, 93 and 82. RGB value is (117,147,130). Sum of RGB (Red+Green+Blue) = 117+147+130=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #759382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759382 is #8A6C7D. Grayscale: #888888. Windows color (decimal): -9071742 or 8557429. OLE color: 8557429.

HSL color Cylindrical-coordinate representation of color #759382: hue angle of 146º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759382 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB117147130-
CMYK0.2000.120.42
HSL146º12.2%51.76%-
HSV(B)146º20.41%57.65%-
XYZ21.826.2625.04-
YUV136.09124.56114.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=29.70%
G=37.31%
B=32.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471300.2000.120.4214612.251.76
Hex759382140C2A92c34
Octal16522320224014522221464
Binary111010110010011100000101010001100101010100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759382; }

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

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

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

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

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

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

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

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