Shades of Kabul #745F50
Tints of Kabul #745F50
RGB
CMYK
RGB Variations
Color information
#745F50 (or 0x745F50) is known color: Kabul. HEX triplet: 74, 5F and 50. RGB value is (116,95,80). Sum of RGB (Red+Green+Blue) = 116+95+80=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F50 is #8BA0AF. Grayscale: #636363. Windows color (decimal): -9150640 or 5267316. OLE color: 5267316.
HSL color Cylindrical-coordinate representation of color #745F50: hue angle of 25º degrees, saturation: 0.18, 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 #745F50 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 80 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.55 |
| HSL | 25º | 0.18% | 0.38% | - |
| HSV(B) | 25º | 0.31% | 0.45% | - |
| XYZ | 12.74 | 12.48 | 9.33 | - |
| YUV | 99.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 80 | 0 | 0.18 | 0.31 | 0.55 | 25 | 0.18 | 0.38 |
| Hex | 74 | 5F | 50 | 0 | 12 | 1F | 37 | 19 | 12 | 26 |
| Octal | 164 | 137 | 120 | 0 | 22 | 37 | 67 | 31 | 22 | 46 |
| Binary | 1110100 | 1011111 | 1010000 | 0 | 10010 | 11111 | 110111 | 11001 | 10010 | 100110 |
Color Harmonies of #745F50
Complementary color
Monochromatic Colors of #745F50
Black with #745F50
Text Example
Text Example
White with #745F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F50; }
p { color: rgb(116,95,80); }
H1.HeaderClassName
{
color: #745F50;
}
.AnyTagClassName
{
color: #745F50;
}
</style>
background-color css
<style>
a { background-color: #745F50; }
a { background-color: rgb(116,95,80); }
div.DivClassName
{
background-color: #745F50;
}
.BgClassName
{
background-color: #745F50;
}
</style>
border-color css
<style>
span { border-color: #745F50; }
span { border-color: rgb(116,95,80); }
td.TdClassName
{
border-color: #745F50;
}
.TagClassName
{
border-color: #745F50;
}
</style>