Shades of Pablo #736B5A
Tints of Pablo #736B5A
RGB
CMYK
RGB Variations
Color information
#736B5A (or 0x736B5A) is known color: Pablo. HEX triplet: 73, 6B and 5A. RGB value is (115,107,90). Sum of RGB (Red+Green+Blue) = 115+107+90=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #736B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B5A is #8C94A5. Grayscale: #6B6B6B. Windows color (decimal): -9213094 or 5925747. OLE color: 5925747.
HSL color Cylindrical-coordinate representation of color #736B5A: hue angle of 40.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736B5A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 90 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.55 |
| HSL | 40.8º | 0.12% | 0.4% | - |
| HSV(B) | 40.8º | 0.22% | 0.45% | - |
| XYZ | 14.17 | 14.9 | 11.8 | - |
| YUV | 107.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 90 | 0 | 0.07 | 0.22 | 0.55 | 40.8 | 0.12 | 0.4 |
| Hex | 73 | 6B | 5A | 0 | 7 | 16 | 37 | 29 | C | 28 |
| Octal | 163 | 153 | 132 | 0 | 7 | 26 | 67 | 51 | 14 | 50 |
| Binary | 1110011 | 1101011 | 1011010 | 0 | 111 | 10110 | 110111 | 101001 | 1100 | 101000 |
Color Harmonies of #736B5A
Complementary color
Monochromatic Colors of #736B5A
Black with #736B5A
Text Example
Text Example
White with #736B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B5A; }
p { color: rgb(115,107,90); }
H1.HeaderClassName
{
color: #736B5A;
}
.AnyTagClassName
{
color: #736B5A;
}
</style>
background-color css
<style>
a { background-color: #736B5A; }
a { background-color: rgb(115,107,90); }
div.DivClassName
{
background-color: #736B5A;
}
.BgClassName
{
background-color: #736B5A;
}
</style>
border-color css
<style>
span { border-color: #736B5A; }
span { border-color: rgb(115,107,90); }
td.TdClassName
{
border-color: #736B5A;
}
.TagClassName
{
border-color: #736B5A;
}
</style>