Shades of Yukon Gold #77671A
Tints of Yukon Gold #77671A
RGB
CMYK
RGB Variations
Color information
#77671A (or 0x77671A) is known color: Yukon Gold. HEX triplet: 77, 67 and 1A. RGB value is (119,103,26). Sum of RGB (Red+Green+Blue) = 119+103+26=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77671A is #8898E5. Grayscale: #636363. Windows color (decimal): -8952038 or 1730423. OLE color: 1730423.
HSL color Cylindrical-coordinate representation of color #77671A: hue angle of 49.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77671A is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 26 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.53 |
| HSL | 49.68º | 0.64% | 0.28% | - |
| HSV(B) | 49.68º | 0.78% | 0.47% | - |
| XYZ | 12.64 | 13.7 | 2.95 | - |
| YUV | 99.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 26 | 0 | 0.13 | 0.78 | 0.53 | 49.68 | 0.64 | 0.28 |
| Hex | 77 | 67 | 1A | 0 | D | 4E | 35 | 32 | 40 | 1C |
| Octal | 167 | 147 | 32 | 0 | 15 | 116 | 65 | 62 | 100 | 34 |
| Binary | 1110111 | 1100111 | 11010 | 0 | 1101 | 1001110 | 110101 | 110010 | 1000000 | 11100 |
Color Harmonies of #77671A
Complementary color
Monochromatic Colors of #77671A
Black with #77671A
Text Example
Text Example
White with #77671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77671A; }
p { color: rgb(119,103,26); }
H1.HeaderClassName
{
color: #77671A;
}
.AnyTagClassName
{
color: #77671A;
}
</style>
background-color css
<style>
a { background-color: #77671A; }
a { background-color: rgb(119,103,26); }
div.DivClassName
{
background-color: #77671A;
}
.BgClassName
{
background-color: #77671A;
}
</style>
border-color css
<style>
span { border-color: #77671A; }
span { border-color: rgb(119,103,26); }
td.TdClassName
{
border-color: #77671A;
}
.TagClassName
{
border-color: #77671A;
}
</style>