Shades of Kabul #745D4E
Tints of Kabul #745D4E
RGB
CMYK
RGB Variations
Color information
#745D4E (or 0x745D4E) is known color: Kabul. HEX triplet: 74, 5D and 4E. RGB value is (116,93,78). Sum of RGB (Red+Green+Blue) = 116+93+78=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D4E is #8BA2B1. Grayscale: #626262. Windows color (decimal): -9151154 or 5135732. OLE color: 5135732.
HSL color Cylindrical-coordinate representation of color #745D4E: hue angle of 23.68º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745D4E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 78 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.55 |
| HSL | 23.68º | 0.2% | 0.38% | - |
| HSV(B) | 23.68º | 0.33% | 0.45% | - |
| XYZ | 12.49 | 12.09 | 8.88 | - |
| YUV | 98.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 78 | 0 | 0.20 | 0.33 | 0.55 | 23.68 | 0.2 | 0.38 |
| Hex | 74 | 5D | 4E | 0 | 14 | 21 | 37 | 18 | 14 | 26 |
| Octal | 164 | 135 | 116 | 0 | 24 | 41 | 67 | 30 | 24 | 46 |
| Binary | 1110100 | 1011101 | 1001110 | 0 | 10100 | 100001 | 110111 | 11000 | 10100 | 100110 |
Color Harmonies of #745D4E
Complementary color
Monochromatic Colors of #745D4E
Black with #745D4E
Text Example
Text Example
White with #745D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D4E; }
p { color: rgb(116,93,78); }
H1.HeaderClassName
{
color: #745D4E;
}
.AnyTagClassName
{
color: #745D4E;
}
</style>
background-color css
<style>
a { background-color: #745D4E; }
a { background-color: rgb(116,93,78); }
div.DivClassName
{
background-color: #745D4E;
}
.BgClassName
{
background-color: #745D4E;
}
</style>
border-color css
<style>
span { border-color: #745D4E; }
span { border-color: rgb(116,93,78); }
td.TdClassName
{
border-color: #745D4E;
}
.TagClassName
{
border-color: #745D4E;
}
</style>