Shades of Crete #76742B
Tints of Crete #76742B
RGB
CMYK
RGB Variations
Color information
#76742B (or 0x76742B) is known color: Crete. HEX triplet: 76, 74 and 2B. RGB value is (118,116,43). Sum of RGB (Red+Green+Blue) = 118+116+43=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742B is #898BD4. Grayscale: #6C6C6C. Windows color (decimal): -9014229 or 2847862. OLE color: 2847862.
HSL color Cylindrical-coordinate representation of color #76742B: hue angle of 58.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76742B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 43 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.54 |
| HSL | 58.4º | 0.47% | 0.32% | - |
| HSV(B) | 58.4º | 0.64% | 0.46% | - |
| XYZ | 14.15 | 16.52 | 4.73 | - |
| YUV | 108.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 43 | 0 | 0.02 | 0.64 | 0.54 | 58.4 | 0.47 | 0.32 |
| Hex | 76 | 74 | 2B | 0 | 2 | 40 | 36 | 3A | 2F | 20 |
| Octal | 166 | 164 | 53 | 0 | 2 | 100 | 66 | 72 | 57 | 40 |
| Binary | 1110110 | 1110100 | 101011 | 0 | 10 | 1000000 | 110110 | 111010 | 101111 | 100000 |
Color Harmonies of #76742B
Complementary color
Monochromatic Colors of #76742B
Black with #76742B
Text Example
Text Example
White with #76742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76742B; }
p { color: rgb(118,116,43); }
H1.HeaderClassName
{
color: #76742B;
}
.AnyTagClassName
{
color: #76742B;
}
</style>
background-color css
<style>
a { background-color: #76742B; }
a { background-color: rgb(118,116,43); }
div.DivClassName
{
background-color: #76742B;
}
.BgClassName
{
background-color: #76742B;
}
</style>
border-color css
<style>
span { border-color: #76742B; }
span { border-color: rgb(118,116,43); }
td.TdClassName
{
border-color: #76742B;
}
.TagClassName
{
border-color: #76742B;
}
</style>