Shades of Crete #7A7338
Tints of Crete #7A7338
RGB
CMYK
RGB Variations
Color information
#7A7338 (or 0x7A7338) is known color: Crete. HEX triplet: 7A, 73 and 38. RGB value is (122,115,56). Sum of RGB (Red+Green+Blue) = 122+115+56=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7338 is #858CC7. Grayscale: #6E6E6E. Windows color (decimal): -8752328 or 3699578. OLE color: 3699578.
HSL color Cylindrical-coordinate representation of color #7A7338: hue angle of 53.64º 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 #7A7338 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 56 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.52 |
| HSL | 53.64º | 0.37% | 0.35% | - |
| HSV(B) | 53.64º | 0.54% | 0.48% | - |
| XYZ | 14.87 | 16.68 | 6.18 | - |
| YUV | 110.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 56 | 0 | 0.06 | 0.54 | 0.52 | 53.64 | 0.37 | 0.35 |
| Hex | 7A | 73 | 38 | 0 | 6 | 36 | 34 | 36 | 25 | 23 |
| Octal | 172 | 163 | 70 | 0 | 6 | 66 | 64 | 66 | 45 | 43 |
| Binary | 1111010 | 1110011 | 111000 | 0 | 110 | 110110 | 110100 | 110110 | 100101 | 100011 |
Color Harmonies of #7A7338
Complementary color
Monochromatic Colors of #7A7338
Black with #7A7338
Text Example
Text Example
White with #7A7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7338; }
p { color: rgb(122,115,56); }
H1.HeaderClassName
{
color: #7A7338;
}
.AnyTagClassName
{
color: #7A7338;
}
</style>
background-color css
<style>
a { background-color: #7A7338; }
a { background-color: rgb(122,115,56); }
div.DivClassName
{
background-color: #7A7338;
}
.BgClassName
{
background-color: #7A7338;
}
</style>
border-color css
<style>
span { border-color: #7A7338; }
span { border-color: rgb(122,115,56); }
td.TdClassName
{
border-color: #7A7338;
}
.TagClassName
{
border-color: #7A7338;
}
</style>