Shades of Crete #76753F
Tints of Crete #76753F
RGB
CMYK
RGB Variations
Color information
#76753F (or 0x76753F) is known color: Crete. HEX triplet: 76, 75 and 3F. RGB value is (118,117,63). Sum of RGB (Red+Green+Blue) = 118+117+63=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753F is #898AC0. Grayscale: #6F6F6F. Windows color (decimal): -9013953 or 4158838. OLE color: 4158838.
HSL color Cylindrical-coordinate representation of color #76753F: hue angle of 58.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76753F is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 63 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.54 |
| HSL | 58.91º | 0.3% | 0.35% | - |
| HSV(B) | 58.91º | 0.47% | 0.46% | - |
| XYZ | 14.73 | 16.93 | 7.19 | - |
| YUV | 111.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 63 | 0 | 0.01 | 0.47 | 0.54 | 58.91 | 0.3 | 0.35 |
| Hex | 76 | 75 | 3F | 0 | 1 | 2F | 36 | 3B | 1E | 23 |
| Octal | 166 | 165 | 77 | 0 | 1 | 57 | 66 | 73 | 36 | 43 |
| Binary | 1110110 | 1110101 | 111111 | 0 | 1 | 101111 | 110110 | 111011 | 11110 | 100011 |
Color Harmonies of #76753F
Complementary color
Monochromatic Colors of #76753F
Black with #76753F
Text Example
Text Example
White with #76753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76753F; }
p { color: rgb(118,117,63); }
H1.HeaderClassName
{
color: #76753F;
}
.AnyTagClassName
{
color: #76753F;
}
</style>
background-color css
<style>
a { background-color: #76753F; }
a { background-color: rgb(118,117,63); }
div.DivClassName
{
background-color: #76753F;
}
.BgClassName
{
background-color: #76753F;
}
</style>
border-color css
<style>
span { border-color: #76753F; }
span { border-color: rgb(118,117,63); }
td.TdClassName
{
border-color: #76753F;
}
.TagClassName
{
border-color: #76753F;
}
</style>