Shades of Crete #7A7638
Tints of Crete #7A7638
RGB
CMYK
RGB Variations
Color information
#7A7638 (or 0x7A7638) is known color: Crete. HEX triplet: 7A, 76 and 38. RGB value is (122,118,56). Sum of RGB (Red+Green+Blue) = 122+118+56=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7638 is #8589C7. Grayscale: #707070. Windows color (decimal): -8751560 or 3700346. OLE color: 3700346.
HSL color Cylindrical-coordinate representation of color #7A7638: hue angle of 56.36º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A7638 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 56 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.52 |
| HSL | 56.36º | 0.37% | 0.35% | - |
| HSV(B) | 56.36º | 0.54% | 0.48% | - |
| XYZ | 15.22 | 17.38 | 6.29 | - |
| YUV | 112.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 56 | 0 | 0.03 | 0.54 | 0.52 | 56.36 | 0.37 | 0.35 |
| Hex | 7A | 76 | 38 | 0 | 3 | 36 | 34 | 38 | 25 | 23 |
| Octal | 172 | 166 | 70 | 0 | 3 | 66 | 64 | 70 | 45 | 43 |
| Binary | 1111010 | 1110110 | 111000 | 0 | 11 | 110110 | 110100 | 111000 | 100101 | 100011 |
Color Harmonies of #7A7638
Complementary color
Monochromatic Colors of #7A7638
Black with #7A7638
Text Example
Text Example
White with #7A7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7638; }
p { color: rgb(122,118,56); }
H1.HeaderClassName
{
color: #7A7638;
}
.AnyTagClassName
{
color: #7A7638;
}
</style>
background-color css
<style>
a { background-color: #7A7638; }
a { background-color: rgb(122,118,56); }
div.DivClassName
{
background-color: #7A7638;
}
.BgClassName
{
background-color: #7A7638;
}
</style>
border-color css
<style>
span { border-color: #7A7638; }
span { border-color: rgb(122,118,56); }
td.TdClassName
{
border-color: #7A7638;
}
.TagClassName
{
border-color: #7A7638;
}
</style>