Shades of Kabul #735E4F
Tints of Kabul #735E4F
RGB
CMYK
RGB Variations
Color information
#735E4F (or 0x735E4F) is known color: Kabul. HEX triplet: 73, 5E and 4F. RGB value is (115,94,79). Sum of RGB (Red+Green+Blue) = 115+94+79=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #735E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E4F is #8CA1B0. Grayscale: #626262. Windows color (decimal): -9216433 or 5201523. OLE color: 5201523.
HSL color Cylindrical-coordinate representation of color #735E4F: hue angle of 25º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #735E4F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 79 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.55 |
| HSL | 25º | 0.19% | 0.38% | - |
| HSV(B) | 25º | 0.31% | 0.45% | - |
| XYZ | 12.48 | 12.21 | 9.1 | - |
| YUV | 98.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 79 | 0 | 0.18 | 0.31 | 0.55 | 25 | 0.19 | 0.38 |
| Hex | 73 | 5E | 4F | 0 | 12 | 1F | 37 | 19 | 13 | 26 |
| Octal | 163 | 136 | 117 | 0 | 22 | 37 | 67 | 31 | 23 | 46 |
| Binary | 1110011 | 1011110 | 1001111 | 0 | 10010 | 11111 | 110111 | 11001 | 10011 | 100110 |
Color Harmonies of #735E4F
Complementary color
Monochromatic Colors of #735E4F
Black with #735E4F
Text Example
Text Example
White with #735E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E4F; }
p { color: rgb(115,94,79); }
H1.HeaderClassName
{
color: #735E4F;
}
.AnyTagClassName
{
color: #735E4F;
}
</style>
background-color css
<style>
a { background-color: #735E4F; }
a { background-color: rgb(115,94,79); }
div.DivClassName
{
background-color: #735E4F;
}
.BgClassName
{
background-color: #735E4F;
}
</style>
border-color css
<style>
span { border-color: #735E4F; }
span { border-color: rgb(115,94,79); }
td.TdClassName
{
border-color: #735E4F;
}
.TagClassName
{
border-color: #735E4F;
}
</style>