Shades of Crete #76733D
Tints of Crete #76733D
RGB
CMYK
RGB Variations
Color information
#76733D (or 0x76733D) is known color: Crete. HEX triplet: 76, 73 and 3D. RGB value is (118,115,61). Sum of RGB (Red+Green+Blue) = 118+115+61=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76733D is #898CC2. Grayscale: #6D6D6D. Windows color (decimal): -9014467 or 4027254. OLE color: 4027254.
HSL color Cylindrical-coordinate representation of color #76733D: hue angle of 56.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76733D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 61 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.54 |
| HSL | 56.84º | 0.32% | 0.35% | - |
| HSV(B) | 56.84º | 0.48% | 0.46% | - |
| XYZ | 14.44 | 16.45 | 6.83 | - |
| YUV | 109.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 61 | 0 | 0.03 | 0.48 | 0.54 | 56.84 | 0.32 | 0.35 |
| Hex | 76 | 73 | 3D | 0 | 3 | 30 | 36 | 39 | 20 | 23 |
| Octal | 166 | 163 | 75 | 0 | 3 | 60 | 66 | 71 | 40 | 43 |
| Binary | 1110110 | 1110011 | 111101 | 0 | 11 | 110000 | 110110 | 111001 | 100000 | 100011 |
Color Harmonies of #76733D
Complementary color
Monochromatic Colors of #76733D
Black with #76733D
Text Example
Text Example
White with #76733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76733D; }
p { color: rgb(118,115,61); }
H1.HeaderClassName
{
color: #76733D;
}
.AnyTagClassName
{
color: #76733D;
}
</style>
background-color css
<style>
a { background-color: #76733D; }
a { background-color: rgb(118,115,61); }
div.DivClassName
{
background-color: #76733D;
}
.BgClassName
{
background-color: #76733D;
}
</style>
border-color css
<style>
span { border-color: #76733D; }
span { border-color: rgb(118,115,61); }
td.TdClassName
{
border-color: #76733D;
}
.TagClassName
{
border-color: #76733D;
}
</style>