Shades of Kabul #745F4F
Tints of Kabul #745F4F
RGB
CMYK
RGB Variations
Color information
#745F4F (or 0x745F4F) is known color: Kabul. HEX triplet: 74, 5F and 4F. RGB value is (116,95,79). Sum of RGB (Red+Green+Blue) = 116+95+79=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #745F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F4F is #8BA0B0. Grayscale: #636363. Windows color (decimal): -9150641 or 5201780. OLE color: 5201780.
HSL color Cylindrical-coordinate representation of color #745F4F: hue angle of 25.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #745F4F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 79 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.55 |
| HSL | 25.95º | 0.19% | 0.38% | - |
| HSV(B) | 25.95º | 0.32% | 0.45% | - |
| XYZ | 12.71 | 12.46 | 9.13 | - |
| YUV | 99.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 79 | 0 | 0.18 | 0.32 | 0.55 | 25.95 | 0.19 | 0.38 |
| Hex | 74 | 5F | 4F | 0 | 12 | 20 | 37 | 1A | 13 | 26 |
| Octal | 164 | 137 | 117 | 0 | 22 | 40 | 67 | 32 | 23 | 46 |
| Binary | 1110100 | 1011111 | 1001111 | 0 | 10010 | 100000 | 110111 | 11010 | 10011 | 100110 |
Color Harmonies of #745F4F
Complementary color
Monochromatic Colors of #745F4F
Black with #745F4F
Text Example
Text Example
White with #745F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F4F; }
p { color: rgb(116,95,79); }
H1.HeaderClassName
{
color: #745F4F;
}
.AnyTagClassName
{
color: #745F4F;
}
</style>
background-color css
<style>
a { background-color: #745F4F; }
a { background-color: rgb(116,95,79); }
div.DivClassName
{
background-color: #745F4F;
}
.BgClassName
{
background-color: #745F4F;
}
</style>
border-color css
<style>
span { border-color: #745F4F; }
span { border-color: rgb(116,95,79); }
td.TdClassName
{
border-color: #745F4F;
}
.TagClassName
{
border-color: #745F4F;
}
</style>