Html Css Color HEX #7A6A16 Yukon Gold

📋 copy color: '#7A6A16'

red 122 ◦ green 106 ◦ blue 22

#7A6A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #7A6A16

Tints of Yukon Gold #7A6A16

RGB

 RED value IS 122 (48.05% from 255) = 48.8%

 GREEN value IS 106 (41.8% from 255) = 42.4%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 48.8%
G = 42.4%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A6A16 (or 0x7A6A16) is known color: Yukon Gold. HEX triplet: 7A, 6A and 16. RGB value is (122,106,22). Sum of RGB (Red+Green+Blue) = 122+106+22=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6A16 is #8595E9. Grayscale: #656565. Windows color (decimal): -8754666 or 1469050. OLE color: 1469050.

HSL color Cylindrical-coordinate representation of color #7A6A16: hue angle of 50.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A6A16 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 106 22 -
CMYK 0 0.13 0.82 0.52
HSL 50.4º 0.69% 0.28% -
HSV(B) 50.4º 0.82% 0.48% -
XYZ 13.32 14.5 2.86 -
YUV 101.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 122 106 22 0 0.13 0.82 0.52 50.4 0.69 0.28
Hex 7A 6A 16 0 D 52 34 32 45 1C
Octal 172 152 26 0 15 122 64 62 105 34
Binary 1111010 1101010 10110 0 1101 1010010 110100 110010 1000101 11100

Color Harmonies of #7A6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6A16

Black with #7A6A16

Text Example


Text Example

White with #7A6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,106,22); }

 H1.HeaderClassName
 {
   color: #7A6A16;
 }
 .AnyTagClassName
 {
   color: #7A6A16;
 }
</style>

background-color css

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

 a { background-color: rgb(122,106,22); }

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

border-color css

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

 span { border-color: rgb(122,106,22); }

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