Shades of Crete #7A7D38
Tints of Crete #7A7D38
RGB
CMYK
RGB Variations
Color information
#7A7D38 (or 0x7A7D38) is known color: Crete. HEX triplet: 7A, 7D and 38. RGB value is (122,125,56). Sum of RGB (Red+Green+Blue) = 122+125+56=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7D38 is #8582C7. Grayscale: #747474. Windows color (decimal): -8749768 or 3702138. OLE color: 3702138.
HSL color Cylindrical-coordinate representation of color #7A7D38: hue angle of 62.61º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A7D38 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 56 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.51 |
| HSL | 62.61º | 0.38% | 0.35% | - |
| HSV(B) | 62.61º | 0.55% | 0.49% | - |
| XYZ | 16.07 | 19.09 | 6.58 | - |
| YUV | 116.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 56 | 0.02 | 0 | 0.55 | 0.51 | 62.61 | 0.38 | 0.35 |
| Hex | 7A | 7D | 38 | 2 | 0 | 37 | 33 | 3F | 26 | 23 |
| Octal | 172 | 175 | 70 | 2 | 0 | 67 | 63 | 77 | 46 | 43 |
| Binary | 1111010 | 1111101 | 111000 | 10 | 0 | 110111 | 110011 | 111111 | 100110 | 100011 |
Color Harmonies of #7A7D38
Complementary color
Monochromatic Colors of #7A7D38
Black with #7A7D38
Text Example
Text Example
White with #7A7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D38; }
p { color: rgb(122,125,56); }
H1.HeaderClassName
{
color: #7A7D38;
}
.AnyTagClassName
{
color: #7A7D38;
}
</style>
background-color css
<style>
a { background-color: #7A7D38; }
a { background-color: rgb(122,125,56); }
div.DivClassName
{
background-color: #7A7D38;
}
.BgClassName
{
background-color: #7A7D38;
}
</style>
border-color css
<style>
span { border-color: #7A7D38; }
span { border-color: rgb(122,125,56); }
td.TdClassName
{
border-color: #7A7D38;
}
.TagClassName
{
border-color: #7A7D38;
}
</style>