Html Css Color HEX #7A6913 Yukon Gold

📋 copy color: '#7A6913'

red 122 ◦ green 105 ◦ blue 19

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

Shades of Yukon Gold #7A6913

Tints of Yukon Gold #7A6913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.68%

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

R = 49.59%
G = 42.68%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A6913 (or 0x7A6913) is known color: Yukon Gold. HEX triplet: 7A, 69 and 13. RGB value is (122,105,19). Sum of RGB (Red+Green+Blue) = 122+105+19=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6913 is #8596EC. Grayscale: #646464. Windows color (decimal): -8754925 or 1272186. OLE color: 1272186.

HSL color Cylindrical-coordinate representation of color #7A6913: hue angle of 50.1º 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 #7A6913 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 105 19 -
CMYK 0 0.14 0.84 0.52
HSL 50.1º 0.73% 0.28% -
HSV(B) 50.1º 0.84% 0.48% -
XYZ 13.2 14.29 2.68 -
YUV 100.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 122 105 19 0 0.14 0.84 0.52 50.1 0.73 0.28
Hex 7A 69 13 0 E 54 34 32 49 1C
Octal 172 151 23 0 16 124 64 62 111 34
Binary 1111010 1101001 10011 0 1110 1010100 110100 110010 1001001 11100

Color Harmonies of #7A6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6913

Black with #7A6913

Text Example


Text Example

White with #7A6913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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