Shades of Crete #74703B
Tints of Crete #74703B
RGB
CMYK
RGB Variations
Color information
#74703B (or 0x74703B) is known color: Crete. HEX triplet: 74, 70 and 3B. RGB value is (116,112,59). Sum of RGB (Red+Green+Blue) = 116+112+59=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #74703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74703B is #8B8FC4. Grayscale: #6B6B6B. Windows color (decimal): -9146309 or 3895412. OLE color: 3895412.
HSL color Cylindrical-coordinate representation of color #74703B: hue angle of 55.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74703B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 59 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.55 |
| HSL | 55.79º | 0.33% | 0.34% | - |
| HSV(B) | 55.79º | 0.49% | 0.45% | - |
| XYZ | 13.79 | 15.62 | 6.43 | - |
| YUV | 107.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 59 | 0 | 0.03 | 0.49 | 0.55 | 55.79 | 0.33 | 0.34 |
| Hex | 74 | 70 | 3B | 0 | 3 | 31 | 37 | 38 | 21 | 22 |
| Octal | 164 | 160 | 73 | 0 | 3 | 61 | 67 | 70 | 41 | 42 |
| Binary | 1110100 | 1110000 | 111011 | 0 | 11 | 110001 | 110111 | 111000 | 100001 | 100010 |
Color Harmonies of #74703B
Complementary color
Monochromatic Colors of #74703B
Black with #74703B
Text Example
Text Example
White with #74703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74703B; }
p { color: rgb(116,112,59); }
H1.HeaderClassName
{
color: #74703B;
}
.AnyTagClassName
{
color: #74703B;
}
</style>
background-color css
<style>
a { background-color: #74703B; }
a { background-color: rgb(116,112,59); }
div.DivClassName
{
background-color: #74703B;
}
.BgClassName
{
background-color: #74703B;
}
</style>
border-color css
<style>
span { border-color: #74703B; }
span { border-color: rgb(116,112,59); }
td.TdClassName
{
border-color: #74703B;
}
.TagClassName
{
border-color: #74703B;
}
</style>