#7F7214

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

Shades of Yukon Gold #7F7214

Tints of Yukon Gold #7F7214

Color information

#7F7214 (or 0x7F7214) is unknown color: approx Yukon Gold. HEX triplet: 7F, 72 and 14. RGB value is (127,114,20). Sum of RGB (Red+Green+Blue) = 127+114+20=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7214 is #808DEB. Grayscale: #6B6B6B. Windows color (decimal): -8424940 or 1340031. OLE color: 1340031.

HSL color Cylindrical-coordinate representation of color #7F7214: hue angle of 52.71º 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 #7F7214 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB12711420-
CMYK00.100.840.50
HSL52.71º72.79%28.82%-
HSV(B)52.71º84.25%49.8%-
XYZ14.916.63.08-
YUV107.1778.81142.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.66%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=48.66%
G=43.68%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271142000.100.840.5052.7172.7928.82
Hex7F72140A543235491d
Octal17716224012124626511135
Binary1111111111001010100010101010100110010110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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