#7F682B

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

Shades of Yukon Gold #7F682B

Tints of Yukon Gold #7F682B

Color information

#7F682B (or 0x7F682B) is unknown color: approx Yukon Gold. HEX triplet: 7F, 68 and 2B. RGB value is (127,104,43). Sum of RGB (Red+Green+Blue) = 127+104+43=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F682B is #8097D4. Grayscale: #686868. Windows color (decimal): -8427477 or 2844799. OLE color: 2844799.

HSL color Cylindrical-coordinate representation of color #7F682B: hue angle of 43.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F682B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB12710443-
CMYK00.180.660.50
HSL43.57º49.41%33.33%-
HSV(B)43.57º66.14%49.8%-
XYZ14.1414.594.36-
YUV103.9293.62144.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=46.35%
G=37.96%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271044300.180.660.5043.5749.4133.33
Hex7F682B01242322c3121
Octal1771505302210262546141
Binary111111111010001010110100101000010110010101100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,104,43); }

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

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

 a { background-color: rgb(127,104,43); }

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

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

 span { border-color: rgb(127,104,43); }

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