Shades of Crete #76743D
Tints of Crete #76743D
RGB
CMYK
RGB Variations
Color information
#76743D (or 0x76743D) is known color: Crete. HEX triplet: 76, 74 and 3D. RGB value is (118,116,61). Sum of RGB (Red+Green+Blue) = 118+116+61=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76743D is #898BC2. Grayscale: #6E6E6E. Windows color (decimal): -9014211 or 4027510. OLE color: 4027510.
HSL color Cylindrical-coordinate representation of color #76743D: hue angle of 57.89º 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 #76743D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 61 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.54 |
| HSL | 57.89º | 0.32% | 0.35% | - |
| HSV(B) | 57.89º | 0.48% | 0.46% | - |
| XYZ | 14.56 | 16.68 | 6.87 | - |
| YUV | 110.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 61 | 0 | 0.02 | 0.48 | 0.54 | 57.89 | 0.32 | 0.35 |
| Hex | 76 | 74 | 3D | 0 | 2 | 30 | 36 | 3A | 20 | 23 |
| Octal | 166 | 164 | 75 | 0 | 2 | 60 | 66 | 72 | 40 | 43 |
| Binary | 1110110 | 1110100 | 111101 | 0 | 10 | 110000 | 110110 | 111010 | 100000 | 100011 |
Color Harmonies of #76743D
Complementary color
Monochromatic Colors of #76743D
Black with #76743D
Text Example
Text Example
White with #76743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76743D; }
p { color: rgb(118,116,61); }
H1.HeaderClassName
{
color: #76743D;
}
.AnyTagClassName
{
color: #76743D;
}
</style>
background-color css
<style>
a { background-color: #76743D; }
a { background-color: rgb(118,116,61); }
div.DivClassName
{
background-color: #76743D;
}
.BgClassName
{
background-color: #76743D;
}
</style>
border-color css
<style>
span { border-color: #76743D; }
span { border-color: rgb(118,116,61); }
td.TdClassName
{
border-color: #76743D;
}
.TagClassName
{
border-color: #76743D;
}
</style>