Shades of Yellow Metal #7F683D
Tints of Yellow Metal #7F683D
RGB
CMYK
RGB Variations
Color information
#7F683D (or 0x7F683D) is known color: Yellow Metal. HEX triplet: 7F, 68 and 3D. RGB value is (127,104,61). Sum of RGB (Red+Green+Blue) = 127+104+61=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F683D is #8097C2. Grayscale: #6A6A6A. Windows color (decimal): -8427459 or 4024447. OLE color: 4024447.
HSL color Cylindrical-coordinate representation of color #7F683D: hue angle of 39.09º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F683D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 61 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.50 |
| HSL | 39.09º | 0.35% | 0.37% | - |
| HSV(B) | 39.09º | 0.52% | 0.5% | - |
| XYZ | 14.55 | 14.75 | 6.5 | - |
| YUV | 105.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 61 | 0 | 0.18 | 0.52 | 0.50 | 39.09 | 0.35 | 0.37 |
| Hex | 7F | 68 | 3D | 0 | 12 | 34 | 32 | 27 | 23 | 25 |
| Octal | 177 | 150 | 75 | 0 | 22 | 64 | 62 | 47 | 43 | 45 |
| Binary | 1111111 | 1101000 | 111101 | 0 | 10010 | 110100 | 110010 | 100111 | 100011 | 100101 |
Color Harmonies of #7F683D
Complementary color
Monochromatic Colors of #7F683D
Black with #7F683D
Text Example
Text Example
White with #7F683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F683D; }
p { color: rgb(127,104,61); }
H1.HeaderClassName
{
color: #7F683D;
}
.AnyTagClassName
{
color: #7F683D;
}
</style>
background-color css
<style>
a { background-color: #7F683D; }
a { background-color: rgb(127,104,61); }
div.DivClassName
{
background-color: #7F683D;
}
.BgClassName
{
background-color: #7F683D;
}
</style>
border-color css
<style>
span { border-color: #7F683D; }
span { border-color: rgb(127,104,61); }
td.TdClassName
{
border-color: #7F683D;
}
.TagClassName
{
border-color: #7F683D;
}
</style>