Shades of Kokoda #75735D
Tints of Kokoda #75735D
RGB
CMYK
RGB Variations
Color information
#75735D (or 0x75735D) is known color: Kokoda. HEX triplet: 75, 73 and 5D. RGB value is (117,115,93). Sum of RGB (Red+Green+Blue) = 117+115+93=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75735D is #8A8CA2. Grayscale: #717171. Windows color (decimal): -9079971 or 6124405. OLE color: 6124405.
HSL color Cylindrical-coordinate representation of color #75735D: hue angle of 55º 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 #75735D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 93 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.54 |
| HSL | 55º | 0.11% | 0.41% | - |
| HSV(B) | 55º | 0.21% | 0.46% | - |
| XYZ | 15.44 | 16.83 | 12.79 | - |
| YUV | 113.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 93 | 0 | 0.02 | 0.21 | 0.54 | 55 | 0.11 | 0.41 |
| Hex | 75 | 73 | 5D | 0 | 2 | 15 | 36 | 37 | B | 29 |
| Octal | 165 | 163 | 135 | 0 | 2 | 25 | 66 | 67 | 13 | 51 |
| Binary | 1110101 | 1110011 | 1011101 | 0 | 10 | 10101 | 110110 | 110111 | 1011 | 101001 |
Color Harmonies of #75735D
Complementary color
Monochromatic Colors of #75735D
Black with #75735D
Text Example
Text Example
White with #75735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75735D; }
p { color: rgb(117,115,93); }
H1.HeaderClassName
{
color: #75735D;
}
.AnyTagClassName
{
color: #75735D;
}
</style>
background-color css
<style>
a { background-color: #75735D; }
a { background-color: rgb(117,115,93); }
div.DivClassName
{
background-color: #75735D;
}
.BgClassName
{
background-color: #75735D;
}
</style>
border-color css
<style>
span { border-color: #75735D; }
span { border-color: rgb(117,115,93); }
td.TdClassName
{
border-color: #75735D;
}
.TagClassName
{
border-color: #75735D;
}
</style>