Shades of Crete #7A6F38
Tints of Crete #7A6F38
RGB
CMYK
RGB Variations
Color information
#7A6F38 (or 0x7A6F38) is known color: Crete. HEX triplet: 7A, 6F and 38. RGB value is (122,111,56). Sum of RGB (Red+Green+Blue) = 122+111+56=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F38 is #8590C7. Grayscale: #6C6C6C. Windows color (decimal): -8753352 or 3698554. OLE color: 3698554.
HSL color Cylindrical-coordinate representation of color #7A6F38: hue angle of 50º 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 #7A6F38 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 56 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.52 |
| HSL | 50º | 0.37% | 0.35% | - |
| HSV(B) | 50º | 0.54% | 0.48% | - |
| XYZ | 14.42 | 15.79 | 6.03 | - |
| YUV | 108.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 56 | 0 | 0.09 | 0.54 | 0.52 | 50 | 0.37 | 0.35 |
| Hex | 7A | 6F | 38 | 0 | 9 | 36 | 34 | 32 | 25 | 23 |
| Octal | 172 | 157 | 70 | 0 | 11 | 66 | 64 | 62 | 45 | 43 |
| Binary | 1111010 | 1101111 | 111000 | 0 | 1001 | 110110 | 110100 | 110010 | 100101 | 100011 |
Color Harmonies of #7A6F38
Complementary color
Monochromatic Colors of #7A6F38
Black with #7A6F38
Text Example
Text Example
White with #7A6F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F38; }
p { color: rgb(122,111,56); }
H1.HeaderClassName
{
color: #7A6F38;
}
.AnyTagClassName
{
color: #7A6F38;
}
</style>
background-color css
<style>
a { background-color: #7A6F38; }
a { background-color: rgb(122,111,56); }
div.DivClassName
{
background-color: #7A6F38;
}
.BgClassName
{
background-color: #7A6F38;
}
</style>
border-color css
<style>
span { border-color: #7A6F38; }
span { border-color: rgb(122,111,56); }
td.TdClassName
{
border-color: #7A6F38;
}
.TagClassName
{
border-color: #7A6F38;
}
</style>