Shades of Yellow Metal #7F683C
Tints of Yellow Metal #7F683C
RGB
CMYK
RGB Variations
Color information
#7F683C (or 0x7F683C) is known color: Yellow Metal. HEX triplet: 7F, 68 and 3C. RGB value is (127,104,60). Sum of RGB (Red+Green+Blue) = 127+104+60=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F683C is #8097C3. Grayscale: #6A6A6A. Windows color (decimal): -8427460 or 3958911. OLE color: 3958911.
HSL color Cylindrical-coordinate representation of color #7F683C: hue angle of 39.4º 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 #7F683C is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 60 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.50 |
| HSL | 39.4º | 0.36% | 0.37% | - |
| HSV(B) | 39.4º | 0.53% | 0.5% | - |
| XYZ | 14.52 | 14.74 | 6.35 | - |
| YUV | 105.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 60 | 0 | 0.18 | 0.53 | 0.50 | 39.4 | 0.36 | 0.37 |
| Hex | 7F | 68 | 3C | 0 | 12 | 35 | 32 | 27 | 24 | 25 |
| Octal | 177 | 150 | 74 | 0 | 22 | 65 | 62 | 47 | 44 | 45 |
| Binary | 1111111 | 1101000 | 111100 | 0 | 10010 | 110101 | 110010 | 100111 | 100100 | 100101 |
Color Harmonies of #7F683C
Complementary color
Monochromatic Colors of #7F683C
Black with #7F683C
Text Example
Text Example
White with #7F683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F683C; }
p { color: rgb(127,104,60); }
H1.HeaderClassName
{
color: #7F683C;
}
.AnyTagClassName
{
color: #7F683C;
}
</style>
background-color css
<style>
a { background-color: #7F683C; }
a { background-color: rgb(127,104,60); }
div.DivClassName
{
background-color: #7F683C;
}
.BgClassName
{
background-color: #7F683C;
}
</style>
border-color css
<style>
span { border-color: #7F683C; }
span { border-color: rgb(127,104,60); }
td.TdClassName
{
border-color: #7F683C;
}
.TagClassName
{
border-color: #7F683C;
}
</style>