Shades of Crete #766F38
Tints of Crete #766F38
RGB
CMYK
RGB Variations
Color information
#766F38 (or 0x766F38) is known color: Crete. HEX triplet: 76, 6F and 38. RGB value is (118,111,56). Sum of RGB (Red+Green+Blue) = 118+111+56=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F38 is #8990C7. Grayscale: #6B6B6B. Windows color (decimal): -9015496 or 3698550. OLE color: 3698550.
HSL color Cylindrical-coordinate representation of color #766F38: hue angle of 53.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766F38 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 56 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.54 |
| HSL | 53.23º | 0.36% | 0.34% | - |
| HSV(B) | 53.23º | 0.53% | 0.46% | - |
| XYZ | 13.87 | 15.51 | 6 | - |
| YUV | 106.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 56 | 0 | 0.06 | 0.53 | 0.54 | 53.23 | 0.36 | 0.34 |
| Hex | 76 | 6F | 38 | 0 | 6 | 35 | 36 | 35 | 24 | 22 |
| Octal | 166 | 157 | 70 | 0 | 6 | 65 | 66 | 65 | 44 | 42 |
| Binary | 1110110 | 1101111 | 111000 | 0 | 110 | 110101 | 110110 | 110101 | 100100 | 100010 |
Color Harmonies of #766F38
Complementary color
Monochromatic Colors of #766F38
Black with #766F38
Text Example
Text Example
White with #766F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F38; }
p { color: rgb(118,111,56); }
H1.HeaderClassName
{
color: #766F38;
}
.AnyTagClassName
{
color: #766F38;
}
</style>
background-color css
<style>
a { background-color: #766F38; }
a { background-color: rgb(118,111,56); }
div.DivClassName
{
background-color: #766F38;
}
.BgClassName
{
background-color: #766F38;
}
</style>
border-color css
<style>
span { border-color: #766F38; }
span { border-color: rgb(118,111,56); }
td.TdClassName
{
border-color: #766F38;
}
.TagClassName
{
border-color: #766F38;
}
</style>