Shades of Crete #7F7838
Tints of Crete #7F7838
RGB
CMYK
RGB Variations
Color information
#7F7838 (or 0x7F7838) is known color: Crete. HEX triplet: 7F, 78 and 38. RGB value is (127,120,56). Sum of RGB (Red+Green+Blue) = 127+120+56=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7838 is #8087C7. Grayscale: #737373. Windows color (decimal): -8423368 or 3700863. OLE color: 3700863.
HSL color Cylindrical-coordinate representation of color #7F7838: hue angle of 54.08º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F7838 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 56 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.50 |
| HSL | 54.08º | 0.39% | 0.36% | - |
| HSV(B) | 54.08º | 0.56% | 0.5% | - |
| XYZ | 16.18 | 18.23 | 6.41 | - |
| YUV | 114.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 56 | 0 | 0.06 | 0.56 | 0.50 | 54.08 | 0.39 | 0.36 |
| Hex | 7F | 78 | 38 | 0 | 6 | 38 | 32 | 36 | 27 | 24 |
| Octal | 177 | 170 | 70 | 0 | 6 | 70 | 62 | 66 | 47 | 44 |
| Binary | 1111111 | 1111000 | 111000 | 0 | 110 | 111000 | 110010 | 110110 | 100111 | 100100 |
Color Harmonies of #7F7838
Complementary color
Monochromatic Colors of #7F7838
Black with #7F7838
Text Example
Text Example
White with #7F7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7838; }
p { color: rgb(127,120,56); }
H1.HeaderClassName
{
color: #7F7838;
}
.AnyTagClassName
{
color: #7F7838;
}
</style>
background-color css
<style>
a { background-color: #7F7838; }
a { background-color: rgb(127,120,56); }
div.DivClassName
{
background-color: #7F7838;
}
.BgClassName
{
background-color: #7F7838;
}
</style>
border-color css
<style>
span { border-color: #7F7838; }
span { border-color: rgb(127,120,56); }
td.TdClassName
{
border-color: #7F7838;
}
.TagClassName
{
border-color: #7F7838;
}
</style>