#7A601A

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

Shades of Yukon Gold #7A601A

Tints of Yukon Gold #7A601A

Color information

#7A601A (or 0x7A601A) is unknown color: approx Yukon Gold. HEX triplet: 7A, 60 and 1A. RGB value is (122,96,26). Sum of RGB (Red+Green+Blue) = 122+96+26=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A601A is #859FE5. Grayscale: #606060. Windows color (decimal): -8757222 or 1728634. OLE color: 1728634.

HSL color Cylindrical-coordinate representation of color #7A601A: hue angle of 43.75º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A601A is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB1229626-
CMYK00.210.790.52
HSL43.75º64.86%29.02%-
HSV(B)43.75º78.69%47.84%-
XYZ12.412.582.75-
YUV95.7988.61146.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=50%
G=39.34%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122962600.210.790.5243.7564.8629.02
Hex7A601A0154F342c411d
Octal17214032025117645410135
Binary11110101100000110100101011001111110100101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,26); }

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

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

 a { background-color: rgb(122,96,26); }

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

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

 span { border-color: rgb(122,96,26); }

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