Shades of Pablo #757064
Tints of Pablo #757064
RGB
CMYK
RGB Variations
Color information
#757064 (or 0x757064) is known color: 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
| RGB | 117 | 112 | 100 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.54 |
| HSL | 42.35º | 0.08% | 0.43% | - |
| HSV(B) | 42.35º | 0.15% | 0.46% | - |
| XYZ | 15.43 | 16.29 | 14.39 | - |
| YUV | 112.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 100 | 0 | 0.04 | 0.15 | 0.54 | 42.35 | 0.08 | 0.43 |
| Hex | 75 | 70 | 64 | 0 | 4 | F | 36 | 2A | 8 | 2B |
| Octal | 165 | 160 | 144 | 0 | 4 | 17 | 66 | 52 | 10 | 53 |
| Binary | 1110101 | 1110000 | 1100100 | 0 | 100 | 1111 | 110110 | 101010 | 1000 | 101011 |
Color Harmonies of #757064
Complementary color
Monochromatic Colors of #757064
Black with #757064
Text Example
Text Example
White with #757064
Text Example
Text Example
HTML Codes & Css Web 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>