#7D6007

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

Shades of Yukon Gold #7D6007

Tints of Yukon Gold #7D6007

Color information

#7D6007 (or 0x7D6007) is unknown color: approx Yukon Gold. HEX triplet: 7D, 60 and 07. RGB value is (125,96,7). Sum of RGB (Red+Green+Blue) = 125+96+7=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6007 is #829FF8. Grayscale: #5E5E5E. Windows color (decimal): -8560633 or 483453. OLE color: 483453.

HSL color Cylindrical-coordinate representation of color #7D6007: hue angle of 45.25º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D6007 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB125967-
CMYK00.230.940.51
HSL45.25º89.39%25.88%-
HSV(B)45.25º94.4%49.02%-
XYZ12.6812.741.99-
YUV94.5278.61149.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=54.82%
G=42.11%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12596700.230.940.5145.2589.3925.88
Hex7D6070175E332d591a
Octal1751407027136635513132
Binary111110111000001110101111011110110011101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,96,7); }

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

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

 a { background-color: rgb(125,96,7); }

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

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

 span { border-color: rgb(125,96,7); }

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