Shades of Crete #7D7337
Tints of Crete #7D7337
RGB
CMYK
RGB Variations
Color information
#7D7337 (or 0x7D7337) is known color: Crete. HEX triplet: 7D, 73 and 37. RGB value is (125,115,55). Sum of RGB (Red+Green+Blue) = 125+115+55=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7337 is #828CC8. Grayscale: #6F6F6F. Windows color (decimal): -8555721 or 3634045. OLE color: 3634045.
HSL color Cylindrical-coordinate representation of color #7D7337: hue angle of 51.43º 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 #7D7337 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 115 | 55 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.51 |
| HSL | 51.43º | 0.39% | 0.35% | - |
| HSV(B) | 51.43º | 0.56% | 0.49% | - |
| XYZ | 15.28 | 16.9 | 6.07 | - |
| YUV | 111.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 55 | 0 | 0.08 | 0.56 | 0.51 | 51.43 | 0.39 | 0.35 |
| Hex | 7D | 73 | 37 | 0 | 8 | 38 | 33 | 33 | 27 | 23 |
| Octal | 175 | 163 | 67 | 0 | 10 | 70 | 63 | 63 | 47 | 43 |
| Binary | 1111101 | 1110011 | 110111 | 0 | 1000 | 111000 | 110011 | 110011 | 100111 | 100011 |
Color Harmonies of #7D7337
Complementary color
Monochromatic Colors of #7D7337
Black with #7D7337
Text Example
Text Example
White with #7D7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7337; }
p { color: rgb(125,115,55); }
H1.HeaderClassName
{
color: #7D7337;
}
.AnyTagClassName
{
color: #7D7337;
}
</style>
background-color css
<style>
a { background-color: #7D7337; }
a { background-color: rgb(125,115,55); }
div.DivClassName
{
background-color: #7D7337;
}
.BgClassName
{
background-color: #7D7337;
}
</style>
border-color css
<style>
span { border-color: #7D7337; }
span { border-color: rgb(125,115,55); }
td.TdClassName
{
border-color: #7D7337;
}
.TagClassName
{
border-color: #7D7337;
}
</style>