#757064

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

Shades of Pablo #757064

Tints of Pablo #757064

Color information

#757064 (or 0x757064) is unknown color: approx Pablo. HEX triplet: 75, 70 and 64. RGB value is (117,112,100). Sum of RGB (Red+Green+Blue) = 117+112+100=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757064 is #8A8F9B. Grayscale: #707070. Windows color (decimal): -9080732 or 6582389. OLE color: 6582389.

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

Color convert

RGB117112100-
CMYK00.040.150.54
HSL42.35º7.83%42.55%-
HSV(B)42.35º14.53%45.88%-
XYZ15.4316.2914.39-
YUV112.13121.16131.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=35.56%
G=34.04%
B=30.40%

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
Decimal11711210000.040.150.5442.357.8342.55
Hex75706404F362a82b
Octal165160144041766521053
Binary111010111100001100100010011111101101010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757064; }

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

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

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

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

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

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

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

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