#7F7314

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

Shades of Yukon Gold #7F7314

Tints of Yukon Gold #7F7314

Color information

#7F7314 (or 0x7F7314) is unknown color: approx Yukon Gold. HEX triplet: 7F, 73 and 14. RGB value is (127,115,20). Sum of RGB (Red+Green+Blue) = 127+115+20=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7314 is #808CEB. Grayscale: #6C6C6C. Windows color (decimal): -8424684 or 1340287. OLE color: 1340287.

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

Color convert

RGB12711520-
CMYK00.090.840.50
HSL53.27º72.79%28.82%-
HSV(B)53.27º84.25%49.8%-
XYZ15.0116.823.12-
YUV107.7678.48141.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 20 (8.20% from 255) = 7.63%
R=48.47%
G=43.89%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271152000.090.840.5053.2772.7928.82
Hex7F731409543235491d
Octal17716324011124626511135
Binary1111111111001110100010011010100110010110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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