Shades of Crete #7A6F35
Tints of Crete #7A6F35
RGB
CMYK
RGB Variations
Color information
#7A6F35 (or 0x7A6F35) is known color: Crete. HEX triplet: 7A, 6F and 35. RGB value is (122,111,53). Sum of RGB (Red+Green+Blue) = 122+111+53=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F35 is #8590CA. Grayscale: #6B6B6B. Windows color (decimal): -8753355 or 3501946. OLE color: 3501946.
HSL color Cylindrical-coordinate representation of color #7A6F35: hue angle of 50.43º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A6F35 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 53 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.52 |
| HSL | 50.43º | 0.39% | 0.34% | - |
| HSV(B) | 50.43º | 0.57% | 0.48% | - |
| XYZ | 14.35 | 15.76 | 5.65 | - |
| YUV | 107.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 53 | 0 | 0.09 | 0.57 | 0.52 | 50.43 | 0.39 | 0.34 |
| Hex | 7A | 6F | 35 | 0 | 9 | 39 | 34 | 32 | 27 | 22 |
| Octal | 172 | 157 | 65 | 0 | 11 | 71 | 64 | 62 | 47 | 42 |
| Binary | 1111010 | 1101111 | 110101 | 0 | 1001 | 111001 | 110100 | 110010 | 100111 | 100010 |
Color Harmonies of #7A6F35
Complementary color
Monochromatic Colors of #7A6F35
Black with #7A6F35
Text Example
Text Example
White with #7A6F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F35; }
p { color: rgb(122,111,53); }
H1.HeaderClassName
{
color: #7A6F35;
}
.AnyTagClassName
{
color: #7A6F35;
}
</style>
background-color css
<style>
a { background-color: #7A6F35; }
a { background-color: rgb(122,111,53); }
div.DivClassName
{
background-color: #7A6F35;
}
.BgClassName
{
background-color: #7A6F35;
}
</style>
border-color css
<style>
span { border-color: #7A6F35; }
span { border-color: rgb(122,111,53); }
td.TdClassName
{
border-color: #7A6F35;
}
.TagClassName
{
border-color: #7A6F35;
}
</style>