Shades of Crete #766E31
Tints of Crete #766E31
RGB
CMYK
RGB Variations
Color information
#766E31 (or 0x766E31) is known color: Crete. HEX triplet: 76, 6E and 31. RGB value is (118,110,49). Sum of RGB (Red+Green+Blue) = 118+110+49=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E31 is #8991CE. Grayscale: #696969. Windows color (decimal): -9015759 or 3239542. OLE color: 3239542.
HSL color Cylindrical-coordinate representation of color #766E31: hue angle of 53.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766E31 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 49 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.54 |
| HSL | 53.04º | 0.41% | 0.33% | - |
| HSV(B) | 53.04º | 0.58% | 0.46% | - |
| XYZ | 13.6 | 15.23 | 5.13 | - |
| YUV | 105.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 49 | 0 | 0.07 | 0.58 | 0.54 | 53.04 | 0.41 | 0.33 |
| Hex | 76 | 6E | 31 | 0 | 7 | 3A | 36 | 35 | 29 | 21 |
| Octal | 166 | 156 | 61 | 0 | 7 | 72 | 66 | 65 | 51 | 41 |
| Binary | 1110110 | 1101110 | 110001 | 0 | 111 | 111010 | 110110 | 110101 | 101001 | 100001 |
Color Harmonies of #766E31
Complementary color
Monochromatic Colors of #766E31
Black with #766E31
Text Example
Text Example
White with #766E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E31; }
p { color: rgb(118,110,49); }
H1.HeaderClassName
{
color: #766E31;
}
.AnyTagClassName
{
color: #766E31;
}
</style>
background-color css
<style>
a { background-color: #766E31; }
a { background-color: rgb(118,110,49); }
div.DivClassName
{
background-color: #766E31;
}
.BgClassName
{
background-color: #766E31;
}
</style>
border-color css
<style>
span { border-color: #766E31; }
span { border-color: rgb(118,110,49); }
td.TdClassName
{
border-color: #766E31;
}
.TagClassName
{
border-color: #766E31;
}
</style>