Shades of Crete #74692A
Tints of Crete #74692A
RGB
CMYK
RGB Variations
Color information
#74692A (or 0x74692A) is known color: Crete. HEX triplet: 74, 69 and 2A. RGB value is (116,105,42). Sum of RGB (Red+Green+Blue) = 116+105+42=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74692A is #8B96D5. Grayscale: #656565. Windows color (decimal): -9148118 or 2779508. OLE color: 2779508.
HSL color Cylindrical-coordinate representation of color #74692A: hue angle of 51.08º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74692A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 42 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.55 |
| HSL | 51.08º | 0.47% | 0.31% | - |
| HSV(B) | 51.08º | 0.64% | 0.45% | - |
| XYZ | 12.67 | 13.98 | 4.22 | - |
| YUV | 101.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 42 | 0 | 0.09 | 0.64 | 0.55 | 51.08 | 0.47 | 0.31 |
| Hex | 74 | 69 | 2A | 0 | 9 | 40 | 37 | 33 | 2F | 1F |
| Octal | 164 | 151 | 52 | 0 | 11 | 100 | 67 | 63 | 57 | 37 |
| Binary | 1110100 | 1101001 | 101010 | 0 | 1001 | 1000000 | 110111 | 110011 | 101111 | 11111 |
Color Harmonies of #74692A
Complementary color
Monochromatic Colors of #74692A
Black with #74692A
Text Example
Text Example
White with #74692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74692A; }
p { color: rgb(116,105,42); }
H1.HeaderClassName
{
color: #74692A;
}
.AnyTagClassName
{
color: #74692A;
}
</style>
background-color css
<style>
a { background-color: #74692A; }
a { background-color: rgb(116,105,42); }
div.DivClassName
{
background-color: #74692A;
}
.BgClassName
{
background-color: #74692A;
}
</style>
border-color css
<style>
span { border-color: #74692A; }
span { border-color: rgb(116,105,42); }
td.TdClassName
{
border-color: #74692A;
}
.TagClassName
{
border-color: #74692A;
}
</style>