Shades of Crete #74712E
Tints of Crete #74712E
RGB
CMYK
RGB Variations
Color information
#74712E (or 0x74712E) is known color: Crete. HEX triplet: 74, 71 and 2E. RGB value is (116,113,46). Sum of RGB (Red+Green+Blue) = 116+113+46=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74712E is #8B8ED1. Grayscale: #6A6A6A. Windows color (decimal): -9146066 or 3043700. OLE color: 3043700.
HSL color Cylindrical-coordinate representation of color #74712E: hue angle of 57.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74712E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 46 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.55 |
| HSL | 57.43º | 0.43% | 0.32% | - |
| HSV(B) | 57.43º | 0.6% | 0.45% | - |
| XYZ | 13.6 | 15.72 | 4.9 | - |
| YUV | 106.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 46 | 0 | 0.03 | 0.60 | 0.55 | 57.43 | 0.43 | 0.32 |
| Hex | 74 | 71 | 2E | 0 | 3 | 3C | 37 | 39 | 2B | 20 |
| Octal | 164 | 161 | 56 | 0 | 3 | 74 | 67 | 71 | 53 | 40 |
| Binary | 1110100 | 1110001 | 101110 | 0 | 11 | 111100 | 110111 | 111001 | 101011 | 100000 |
Color Harmonies of #74712E
Complementary color
Monochromatic Colors of #74712E
Black with #74712E
Text Example
Text Example
White with #74712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74712E; }
p { color: rgb(116,113,46); }
H1.HeaderClassName
{
color: #74712E;
}
.AnyTagClassName
{
color: #74712E;
}
</style>
background-color css
<style>
a { background-color: #74712E; }
a { background-color: rgb(116,113,46); }
div.DivClassName
{
background-color: #74712E;
}
.BgClassName
{
background-color: #74712E;
}
</style>
border-color css
<style>
span { border-color: #74712E; }
span { border-color: rgb(116,113,46); }
td.TdClassName
{
border-color: #74712E;
}
.TagClassName
{
border-color: #74712E;
}
</style>