Shades of Kokoda #75745D
Tints of Kokoda #75745D
RGB
CMYK
RGB Variations
Color information
#75745D (or 0x75745D) is known color: Kokoda. HEX triplet: 75, 74 and 5D. RGB value is (117,116,93). Sum of RGB (Red+Green+Blue) = 117+116+93=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745D is #8A8BA2. Grayscale: #717171. Windows color (decimal): -9079715 or 6124661. OLE color: 6124661.
HSL color Cylindrical-coordinate representation of color #75745D: hue angle of 57.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75745D is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 93 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.54 |
| HSL | 57.5º | 0.11% | 0.41% | - |
| HSV(B) | 57.5º | 0.21% | 0.46% | - |
| XYZ | 15.56 | 17.06 | 12.83 | - |
| YUV | 113.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 93 | 0 | 0.01 | 0.21 | 0.54 | 57.5 | 0.11 | 0.41 |
| Hex | 75 | 74 | 5D | 0 | 1 | 15 | 36 | 3A | B | 29 |
| Octal | 165 | 164 | 135 | 0 | 1 | 25 | 66 | 72 | 13 | 51 |
| Binary | 1110101 | 1110100 | 1011101 | 0 | 1 | 10101 | 110110 | 111010 | 1011 | 101001 |
Color Harmonies of #75745D
Complementary color
Monochromatic Colors of #75745D
Black with #75745D
Text Example
Text Example
White with #75745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75745D; }
p { color: rgb(117,116,93); }
H1.HeaderClassName
{
color: #75745D;
}
.AnyTagClassName
{
color: #75745D;
}
</style>
background-color css
<style>
a { background-color: #75745D; }
a { background-color: rgb(117,116,93); }
div.DivClassName
{
background-color: #75745D;
}
.BgClassName
{
background-color: #75745D;
}
</style>
border-color css
<style>
span { border-color: #75745D; }
span { border-color: rgb(117,116,93); }
td.TdClassName
{
border-color: #75745D;
}
.TagClassName
{
border-color: #75745D;
}
</style>