Shades of Yellow Metal #7F653C
Tints of Yellow Metal #7F653C
RGB
CMYK
RGB Variations
Color information
#7F653C (or 0x7F653C) is known color: Yellow Metal. HEX triplet: 7F, 65 and 3C. RGB value is (127,101,60). Sum of RGB (Red+Green+Blue) = 127+101+60=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F653C is #809AC3. Grayscale: #686868. Windows color (decimal): -8428228 or 3958143. OLE color: 3958143.
HSL color Cylindrical-coordinate representation of color #7F653C: hue angle of 36.72º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F653C is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 60 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.50 |
| HSL | 36.72º | 0.36% | 0.37% | - |
| HSV(B) | 36.72º | 0.53% | 0.5% | - |
| XYZ | 14.22 | 14.15 | 6.26 | - |
| YUV | 104.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 60 | 0 | 0.20 | 0.53 | 0.50 | 36.72 | 0.36 | 0.37 |
| Hex | 7F | 65 | 3C | 0 | 14 | 35 | 32 | 25 | 24 | 25 |
| Octal | 177 | 145 | 74 | 0 | 24 | 65 | 62 | 45 | 44 | 45 |
| Binary | 1111111 | 1100101 | 111100 | 0 | 10100 | 110101 | 110010 | 100101 | 100100 | 100101 |
Color Harmonies of #7F653C
Complementary color
Monochromatic Colors of #7F653C
Black with #7F653C
Text Example
Text Example
White with #7F653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F653C; }
p { color: rgb(127,101,60); }
H1.HeaderClassName
{
color: #7F653C;
}
.AnyTagClassName
{
color: #7F653C;
}
</style>
background-color css
<style>
a { background-color: #7F653C; }
a { background-color: rgb(127,101,60); }
div.DivClassName
{
background-color: #7F653C;
}
.BgClassName
{
background-color: #7F653C;
}
</style>
border-color css
<style>
span { border-color: #7F653C; }
span { border-color: rgb(127,101,60); }
td.TdClassName
{
border-color: #7F653C;
}
.TagClassName
{
border-color: #7F653C;
}
</style>