#7F7514

Color #7F7514 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7F7514

Tints of Yukon Gold #7F7514

Color information

#7F7514 (or 0x7F7514) is unknown color: approx Yukon Gold. HEX triplet: 7F, 75 and 14. RGB value is (127,117,20). Sum of RGB (Red+Green+Blue) = 127+117+20=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7514 is #808AEB. Grayscale: #6D6D6D. Windows color (decimal): -8424172 or 1340799. OLE color: 1340799.

HSL color Cylindrical-coordinate representation of color #7F7514: hue angle of 54.39º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F7514 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB12711720-
CMYK00.080.840.50
HSL54.39º72.79%28.82%-
HSV(B)54.39º84.25%49.8%-
XYZ15.2417.293.19-
YUV108.9377.81140.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 48.11%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=48.11%
G=44.32%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271172000.080.840.5054.3972.7928.82
Hex7F751408543236491d
Octal17716524010124626611135
Binary1111111111010110100010001010100110010110110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7514; }

 p { color: rgb(127,117,20); }

 H1.HeaderClassName
 {
   color: #7F7514;
 }
 .AnyTagClassName
 {
   color: #7F7514;
 }
</style>
background-color css

<style>
 a { background-color: #7F7514; }

 a { background-color: rgb(127,117,20); }

 div.DivClassName
 {
   background-color: #7F7514;
 }
 .BgClassName
 {
   background-color: #7F7514;
 }
</style>
border-color css

<style>
 span { border-color: #7F7514; }

 span { border-color: rgb(127,117,20); }

 td.TdClassName
 {
   border-color: #7F7514;
 }
 .TagClassName
 {
   border-color: #7F7514;
 }
</style>