#757063

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

Shades of Pablo #757063

Tints of Pablo #757063

Color information

#757063 (or 0x757063) is unknown color: approx Pablo. HEX triplet: 75, 70 and 63. RGB value is (117,112,99). Sum of RGB (Red+Green+Blue) = 117+112+99=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #757063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757063 is #8A8F9C. Grayscale: #707070. Windows color (decimal): -9080733 or 6516853. OLE color: 6516853.

HSL color Cylindrical-coordinate representation of color #757063: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757063 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11711299-
CMYK00.040.150.54
HSL43.33º8.33%42.35%-
HSV(B)43.33º15.38%45.88%-
XYZ15.3816.2714.13-
YUV112.01120.66131.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=35.67%
G=34.15%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171129900.040.150.5443.338.3342.35
Hex75706304F362b82a
Octal165160143041766531052
Binary111010111100001100011010011111101101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757063; }

 p { color: rgb(117,112,99); }

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

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

 a { background-color: rgb(117,112,99); }

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

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

 span { border-color: rgb(117,112,99); }

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