Shades of Crete #7B7338
Tints of Crete #7B7338
RGB
CMYK
RGB Variations
Color information
#7B7338 (or 0x7B7338) is known color: Crete. HEX triplet: 7B, 73 and 38. RGB value is (123,115,56). Sum of RGB (Red+Green+Blue) = 123+115+56=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7338 is #848CC7. Grayscale: #6E6E6E. Windows color (decimal): -8686792 or 3699579. OLE color: 3699579.
HSL color Cylindrical-coordinate representation of color #7B7338: hue angle of 52.84º 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 #7B7338 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 56 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.52 |
| HSL | 52.84º | 0.37% | 0.35% | - |
| HSV(B) | 52.84º | 0.54% | 0.48% | - |
| XYZ | 15.01 | 16.76 | 6.18 | - |
| YUV | 110.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 56 | 0 | 0.07 | 0.54 | 0.52 | 52.84 | 0.37 | 0.35 |
| Hex | 7B | 73 | 38 | 0 | 7 | 36 | 34 | 35 | 25 | 23 |
| Octal | 173 | 163 | 70 | 0 | 7 | 66 | 64 | 65 | 45 | 43 |
| Binary | 1111011 | 1110011 | 111000 | 0 | 111 | 110110 | 110100 | 110101 | 100101 | 100011 |
Color Harmonies of #7B7338
Complementary color
Monochromatic Colors of #7B7338
Black with #7B7338
Text Example
Text Example
White with #7B7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7338; }
p { color: rgb(123,115,56); }
H1.HeaderClassName
{
color: #7B7338;
}
.AnyTagClassName
{
color: #7B7338;
}
</style>
background-color css
<style>
a { background-color: #7B7338; }
a { background-color: rgb(123,115,56); }
div.DivClassName
{
background-color: #7B7338;
}
.BgClassName
{
background-color: #7B7338;
}
</style>
border-color css
<style>
span { border-color: #7B7338; }
span { border-color: rgb(123,115,56); }
td.TdClassName
{
border-color: #7B7338;
}
.TagClassName
{
border-color: #7B7338;
}
</style>