Html Css Color HEX #7A6213 Yukon Gold

📋 copy color: '#7A6213'

red 122 ◦ green 98 ◦ blue 19

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

Shades of Yukon Gold #7A6213

Tints of Yukon Gold #7A6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 51.05%
G = 41%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A6213 (or 0x7A6213) is known color: Yukon Gold. HEX triplet: 7A, 62 and 13. RGB value is (122,98,19). Sum of RGB (Red+Green+Blue) = 122+98+19=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6213 is #859DEC. Grayscale: #606060. Windows color (decimal): -8756717 or 1270394. OLE color: 1270394.

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

Color convert

RGB 122 98 19 -
CMYK 0 0.20 0.84 0.52
HSL 46.02º 0.73% 0.28% -
HSV(B) 46.02º 0.84% 0.48% -
XYZ 12.51 12.92 2.45 -
YUV 96.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 122 98 19 0 0.20 0.84 0.52 46.02 0.73 0.28
Hex 7A 62 13 0 14 54 34 2E 49 1C
Octal 172 142 23 0 24 124 64 56 111 34
Binary 1111010 1100010 10011 0 10100 1010100 110100 101110 1001001 11100

Color Harmonies of #7A6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6213

Black with #7A6213

Text Example


Text Example

White with #7A6213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,19); }

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

background-color css

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

 a { background-color: rgb(122,98,19); }

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

border-color css

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

 span { border-color: rgb(122,98,19); }

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