Shades of Kokoda #75745A
Tints of Kokoda #75745A
RGB
CMYK
RGB Variations
Color information
#75745A (or 0x75745A) is known color: Kokoda. HEX triplet: 75, 74 and 5A. RGB value is (117,116,90). Sum of RGB (Red+Green+Blue) = 117+116+90=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75745A is #8A8BA5. Grayscale: #717171. Windows color (decimal): -9079718 or 5928053. OLE color: 5928053.
HSL color Cylindrical-coordinate representation of color #75745A: hue angle of 57.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75745A is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 90 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.54 |
| HSL | 57.78º | 0.13% | 0.41% | - |
| HSV(B) | 57.78º | 0.23% | 0.46% | - |
| XYZ | 15.43 | 17.01 | 12.14 | - |
| YUV | 113.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 90 | 0 | 0.01 | 0.23 | 0.54 | 57.78 | 0.13 | 0.41 |
| Hex | 75 | 74 | 5A | 0 | 1 | 17 | 36 | 3A | D | 29 |
| Octal | 165 | 164 | 132 | 0 | 1 | 27 | 66 | 72 | 15 | 51 |
| Binary | 1110101 | 1110100 | 1011010 | 0 | 1 | 10111 | 110110 | 111010 | 1101 | 101001 |
Color Harmonies of #75745A
Complementary color
Monochromatic Colors of #75745A
Black with #75745A
Text Example
Text Example
White with #75745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75745A; }
p { color: rgb(117,116,90); }
H1.HeaderClassName
{
color: #75745A;
}
.AnyTagClassName
{
color: #75745A;
}
</style>
background-color css
<style>
a { background-color: #75745A; }
a { background-color: rgb(117,116,90); }
div.DivClassName
{
background-color: #75745A;
}
.BgClassName
{
background-color: #75745A;
}
</style>
border-color css
<style>
span { border-color: #75745A; }
span { border-color: rgb(117,116,90); }
td.TdClassName
{
border-color: #75745A;
}
.TagClassName
{
border-color: #75745A;
}
</style>