Shades of Crete #766E3B
Tints of Crete #766E3B
RGB
CMYK
RGB Variations
Color information
#766E3B (or 0x766E3B) is known color: Crete. HEX triplet: 76, 6E and 3B. RGB value is (118,110,59). Sum of RGB (Red+Green+Blue) = 118+110+59=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E3B is #8991C4. Grayscale: #6A6A6A. Windows color (decimal): -9015749 or 3894902. OLE color: 3894902.
HSL color Cylindrical-coordinate representation of color #766E3B: hue angle of 51.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766E3B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 59 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.54 |
| HSL | 51.86º | 0.33% | 0.35% | - |
| HSV(B) | 51.86º | 0.5% | 0.46% | - |
| XYZ | 13.84 | 15.32 | 6.37 | - |
| YUV | 106.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 59 | 0 | 0.07 | 0.50 | 0.54 | 51.86 | 0.33 | 0.35 |
| Hex | 76 | 6E | 3B | 0 | 7 | 32 | 36 | 34 | 21 | 23 |
| Octal | 166 | 156 | 73 | 0 | 7 | 62 | 66 | 64 | 41 | 43 |
| Binary | 1110110 | 1101110 | 111011 | 0 | 111 | 110010 | 110110 | 110100 | 100001 | 100011 |
Color Harmonies of #766E3B
Complementary color
Monochromatic Colors of #766E3B
Black with #766E3B
Text Example
Text Example
White with #766E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E3B; }
p { color: rgb(118,110,59); }
H1.HeaderClassName
{
color: #766E3B;
}
.AnyTagClassName
{
color: #766E3B;
}
</style>
background-color css
<style>
a { background-color: #766E3B; }
a { background-color: rgb(118,110,59); }
div.DivClassName
{
background-color: #766E3B;
}
.BgClassName
{
background-color: #766E3B;
}
</style>
border-color css
<style>
span { border-color: #766E3B; }
span { border-color: rgb(118,110,59); }
td.TdClassName
{
border-color: #766E3B;
}
.TagClassName
{
border-color: #766E3B;
}
</style>