Shades of Kabul #705F50
Tints of Kabul #705F50
RGB
CMYK
RGB Variations
Color information
#705F50 (or 0x705F50) is known color: Kabul. HEX triplet: 70, 5F and 50. RGB value is (112,95,80). Sum of RGB (Red+Green+Blue) = 112+95+80=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F50 is #8FA0AF. Grayscale: #626262. Windows color (decimal): -9412784 or 5267312. OLE color: 5267312.
HSL color Cylindrical-coordinate representation of color #705F50: hue angle of 28.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705F50 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 80 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.56 |
| HSL | 28.13º | 0.17% | 0.38% | - |
| HSV(B) | 28.13º | 0.29% | 0.44% | - |
| XYZ | 12.22 | 12.21 | 9.3 | - |
| YUV | 98.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 80 | 0 | 0.15 | 0.29 | 0.56 | 28.13 | 0.17 | 0.38 |
| Hex | 70 | 5F | 50 | 0 | F | 1D | 38 | 1C | 11 | 26 |
| Octal | 160 | 137 | 120 | 0 | 17 | 35 | 70 | 34 | 21 | 46 |
| Binary | 1110000 | 1011111 | 1010000 | 0 | 1111 | 11101 | 111000 | 11100 | 10001 | 100110 |
Color Harmonies of #705F50
Complementary color
Monochromatic Colors of #705F50
Black with #705F50
Text Example
Text Example
White with #705F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F50; }
p { color: rgb(112,95,80); }
H1.HeaderClassName
{
color: #705F50;
}
.AnyTagClassName
{
color: #705F50;
}
</style>
background-color css
<style>
a { background-color: #705F50; }
a { background-color: rgb(112,95,80); }
div.DivClassName
{
background-color: #705F50;
}
.BgClassName
{
background-color: #705F50;
}
</style>
border-color css
<style>
span { border-color: #705F50; }
span { border-color: rgb(112,95,80); }
td.TdClassName
{
border-color: #705F50;
}
.TagClassName
{
border-color: #705F50;
}
</style>