Shades of Crete #76723D
Tints of Crete #76723D
RGB
CMYK
RGB Variations
Color information
#76723D (or 0x76723D) is known color: Crete. HEX triplet: 76, 72 and 3D. RGB value is (118,114,61). Sum of RGB (Red+Green+Blue) = 118+114+61=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76723D is #898DC2. Grayscale: #6D6D6D. Windows color (decimal): -9014723 or 4026998. OLE color: 4026998.
HSL color Cylindrical-coordinate representation of color #76723D: hue angle of 55.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76723D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 61 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.54 |
| HSL | 55.79º | 0.32% | 0.35% | - |
| HSV(B) | 55.79º | 0.48% | 0.46% | - |
| XYZ | 14.33 | 16.22 | 6.79 | - |
| YUV | 109.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 61 | 0 | 0.03 | 0.48 | 0.54 | 55.79 | 0.32 | 0.35 |
| Hex | 76 | 72 | 3D | 0 | 3 | 30 | 36 | 38 | 20 | 23 |
| Octal | 166 | 162 | 75 | 0 | 3 | 60 | 66 | 70 | 40 | 43 |
| Binary | 1110110 | 1110010 | 111101 | 0 | 11 | 110000 | 110110 | 111000 | 100000 | 100011 |
Color Harmonies of #76723D
Complementary color
Monochromatic Colors of #76723D
Black with #76723D
Text Example
Text Example
White with #76723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76723D; }
p { color: rgb(118,114,61); }
H1.HeaderClassName
{
color: #76723D;
}
.AnyTagClassName
{
color: #76723D;
}
</style>
background-color css
<style>
a { background-color: #76723D; }
a { background-color: rgb(118,114,61); }
div.DivClassName
{
background-color: #76723D;
}
.BgClassName
{
background-color: #76723D;
}
</style>
border-color css
<style>
span { border-color: #76723D; }
span { border-color: rgb(118,114,61); }
td.TdClassName
{
border-color: #76723D;
}
.TagClassName
{
border-color: #76723D;
}
</style>