Shades of Crete #74732E
Tints of Crete #74732E
RGB
CMYK
RGB Variations
Color information
#74732E (or 0x74732E) is known color: Crete. HEX triplet: 74, 73 and 2E. RGB value is (116,115,46). Sum of RGB (Red+Green+Blue) = 116+115+46=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74732E is #8B8CD1. Grayscale: #6B6B6B. Windows color (decimal): -9145554 or 3044212. OLE color: 3044212.
HSL color Cylindrical-coordinate representation of color #74732E: hue angle of 59.14º 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 #74732E is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 46 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.55 |
| HSL | 59.14º | 0.43% | 0.32% | - |
| HSV(B) | 59.14º | 0.6% | 0.45% | - |
| XYZ | 13.83 | 16.17 | 4.98 | - |
| YUV | 107.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 46 | 0 | 0.01 | 0.60 | 0.55 | 59.14 | 0.43 | 0.32 |
| Hex | 74 | 73 | 2E | 0 | 1 | 3C | 37 | 3B | 2B | 20 |
| Octal | 164 | 163 | 56 | 0 | 1 | 74 | 67 | 73 | 53 | 40 |
| Binary | 1110100 | 1110011 | 101110 | 0 | 1 | 111100 | 110111 | 111011 | 101011 | 100000 |
Color Harmonies of #74732E
Complementary color
Monochromatic Colors of #74732E
Black with #74732E
Text Example
Text Example
White with #74732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74732E; }
p { color: rgb(116,115,46); }
H1.HeaderClassName
{
color: #74732E;
}
.AnyTagClassName
{
color: #74732E;
}
</style>
background-color css
<style>
a { background-color: #74732E; }
a { background-color: rgb(116,115,46); }
div.DivClassName
{
background-color: #74732E;
}
.BgClassName
{
background-color: #74732E;
}
</style>
border-color css
<style>
span { border-color: #74732E; }
span { border-color: rgb(116,115,46); }
td.TdClassName
{
border-color: #74732E;
}
.TagClassName
{
border-color: #74732E;
}
</style>