Shades of Crete #766E39
Tints of Crete #766E39
RGB
CMYK
RGB Variations
Color information
#766E39 (or 0x766E39) is known color: Crete. HEX triplet: 76, 6E and 39. RGB value is (118,110,57). Sum of RGB (Red+Green+Blue) = 118+110+57=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E39 is #8991C6. Grayscale: #6A6A6A. Windows color (decimal): -9015751 or 3763830. OLE color: 3763830.
HSL color Cylindrical-coordinate representation of color #766E39: hue angle of 52.13º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766E39 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 57 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.54 |
| HSL | 52.13º | 0.35% | 0.34% | - |
| HSV(B) | 52.13º | 0.52% | 0.46% | - |
| XYZ | 13.79 | 15.3 | 6.1 | - |
| YUV | 106.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 57 | 0 | 0.07 | 0.52 | 0.54 | 52.13 | 0.35 | 0.34 |
| Hex | 76 | 6E | 39 | 0 | 7 | 34 | 36 | 34 | 23 | 22 |
| Octal | 166 | 156 | 71 | 0 | 7 | 64 | 66 | 64 | 43 | 42 |
| Binary | 1110110 | 1101110 | 111001 | 0 | 111 | 110100 | 110110 | 110100 | 100011 | 100010 |
Color Harmonies of #766E39
Complementary color
Monochromatic Colors of #766E39
Black with #766E39
Text Example
Text Example
White with #766E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E39; }
p { color: rgb(118,110,57); }
H1.HeaderClassName
{
color: #766E39;
}
.AnyTagClassName
{
color: #766E39;
}
</style>
background-color css
<style>
a { background-color: #766E39; }
a { background-color: rgb(118,110,57); }
div.DivClassName
{
background-color: #766E39;
}
.BgClassName
{
background-color: #766E39;
}
</style>
border-color css
<style>
span { border-color: #766E39; }
span { border-color: rgb(118,110,57); }
td.TdClassName
{
border-color: #766E39;
}
.TagClassName
{
border-color: #766E39;
}
</style>