Shades of Crete #7D7937
Tints of Crete #7D7937
RGB
CMYK
RGB Variations
Color information
#7D7937 (or 0x7D7937) is known color: Crete. HEX triplet: 7D, 79 and 37. RGB value is (125,121,55). Sum of RGB (Red+Green+Blue) = 125+121+55=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7937 is #8286C8. Grayscale: #727272. Windows color (decimal): -8554185 or 3635581. OLE color: 3635581.
HSL color Cylindrical-coordinate representation of color #7D7937: hue angle of 56.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D7937 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 55 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.51 |
| HSL | 56.57º | 0.39% | 0.35% | - |
| HSV(B) | 56.57º | 0.56% | 0.49% | - |
| XYZ | 15.98 | 18.31 | 6.31 | - |
| YUV | 114.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 55 | 0 | 0.03 | 0.56 | 0.51 | 56.57 | 0.39 | 0.35 |
| Hex | 7D | 79 | 37 | 0 | 3 | 38 | 33 | 39 | 27 | 23 |
| Octal | 175 | 171 | 67 | 0 | 3 | 70 | 63 | 71 | 47 | 43 |
| Binary | 1111101 | 1111001 | 110111 | 0 | 11 | 111000 | 110011 | 111001 | 100111 | 100011 |
Color Harmonies of #7D7937
Complementary color
Monochromatic Colors of #7D7937
Black with #7D7937
Text Example
Text Example
White with #7D7937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7937; }
p { color: rgb(125,121,55); }
H1.HeaderClassName
{
color: #7D7937;
}
.AnyTagClassName
{
color: #7D7937;
}
</style>
background-color css
<style>
a { background-color: #7D7937; }
a { background-color: rgb(125,121,55); }
div.DivClassName
{
background-color: #7D7937;
}
.BgClassName
{
background-color: #7D7937;
}
</style>
border-color css
<style>
span { border-color: #7D7937; }
span { border-color: rgb(125,121,55); }
td.TdClassName
{
border-color: #7D7937;
}
.TagClassName
{
border-color: #7D7937;
}
</style>