Shades of Kokoda #75725A
Tints of Kokoda #75725A
RGB
CMYK
RGB Variations
Color information
#75725A (or 0x75725A) is known color: Kokoda. HEX triplet: 75, 72 and 5A. RGB value is (117,114,90). Sum of RGB (Red+Green+Blue) = 117+114+90=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75725A is #8A8DA5. Grayscale: #707070. Windows color (decimal): -9080230 or 5927541. OLE color: 5927541.
HSL color Cylindrical-coordinate representation of color #75725A: hue angle of 53.33º 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 #75725A is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 90 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.54 |
| HSL | 53.33º | 0.13% | 0.41% | - |
| HSV(B) | 53.33º | 0.23% | 0.46% | - |
| XYZ | 15.2 | 16.55 | 12.07 | - |
| YUV | 112.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 90 | 0 | 0.03 | 0.23 | 0.54 | 53.33 | 0.13 | 0.41 |
| Hex | 75 | 72 | 5A | 0 | 3 | 17 | 36 | 35 | D | 29 |
| Octal | 165 | 162 | 132 | 0 | 3 | 27 | 66 | 65 | 15 | 51 |
| Binary | 1110101 | 1110010 | 1011010 | 0 | 11 | 10111 | 110110 | 110101 | 1101 | 101001 |
Color Harmonies of #75725A
Complementary color
Monochromatic Colors of #75725A
Black with #75725A
Text Example
Text Example
White with #75725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75725A; }
p { color: rgb(117,114,90); }
H1.HeaderClassName
{
color: #75725A;
}
.AnyTagClassName
{
color: #75725A;
}
</style>
background-color css
<style>
a { background-color: #75725A; }
a { background-color: rgb(117,114,90); }
div.DivClassName
{
background-color: #75725A;
}
.BgClassName
{
background-color: #75725A;
}
</style>
border-color css
<style>
span { border-color: #75725A; }
span { border-color: rgb(117,114,90); }
td.TdClassName
{
border-color: #75725A;
}
.TagClassName
{
border-color: #75725A;
}
</style>