Shades of Crete #766C32
Tints of Crete #766C32
RGB
CMYK
RGB Variations
Color information
#766C32 (or 0x766C32) is known color: Crete. HEX triplet: 76, 6C and 32. RGB value is (118,108,50). Sum of RGB (Red+Green+Blue) = 118+108+50=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #766C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C32 is #8993CD. Grayscale: #686868. Windows color (decimal): -9016270 or 3304566. OLE color: 3304566.
HSL color Cylindrical-coordinate representation of color #766C32: hue angle of 51.18º degrees, saturation: 0.4, 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 #766C32 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 50 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.54 |
| HSL | 51.18º | 0.4% | 0.33% | - |
| HSV(B) | 51.18º | 0.58% | 0.46% | - |
| XYZ | 13.41 | 14.81 | 5.17 | - |
| YUV | 104.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 50 | 0 | 0.08 | 0.58 | 0.54 | 51.18 | 0.4 | 0.33 |
| Hex | 76 | 6C | 32 | 0 | 8 | 3A | 36 | 33 | 28 | 21 |
| Octal | 166 | 154 | 62 | 0 | 10 | 72 | 66 | 63 | 50 | 41 |
| Binary | 1110110 | 1101100 | 110010 | 0 | 1000 | 111010 | 110110 | 110011 | 101000 | 100001 |
Color Harmonies of #766C32
Complementary color
Monochromatic Colors of #766C32
Black with #766C32
Text Example
Text Example
White with #766C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C32; }
p { color: rgb(118,108,50); }
H1.HeaderClassName
{
color: #766C32;
}
.AnyTagClassName
{
color: #766C32;
}
</style>
background-color css
<style>
a { background-color: #766C32; }
a { background-color: rgb(118,108,50); }
div.DivClassName
{
background-color: #766C32;
}
.BgClassName
{
background-color: #766C32;
}
</style>
border-color css
<style>
span { border-color: #766C32; }
span { border-color: rgb(118,108,50); }
td.TdClassName
{
border-color: #766C32;
}
.TagClassName
{
border-color: #766C32;
}
</style>