Html Css Color HEX #7A6D0E Yukon Gold

📋 copy color: '#7A6D0E'

red 122 ◦ green 109 ◦ blue 14

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

Shades of Yukon Gold #7A6D0E

Tints of Yukon Gold #7A6D0E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 49.8%
G = 44.49%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A6D0E (or 0x7A6D0E) is known color: Yukon Gold. HEX triplet: 7A, 6D and 0E. RGB value is (122,109,14). Sum of RGB (Red+Green+Blue) = 122+109+14=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6D0E is #8592F1. Grayscale: #666666. Windows color (decimal): -8753906 or 945530. OLE color: 945530.

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

Color convert

RGB 122 109 14 -
CMYK 0 0.11 0.89 0.52
HSL 52.78º 0.79% 0.27% -
HSV(B) 52.78º 0.89% 0.48% -
XYZ 13.57 15.11 2.62 -
YUV 102.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 122 109 14 0 0.11 0.89 0.52 52.78 0.79 0.27
Hex 7A 6D E 0 B 59 34 35 4F 1B
Octal 172 155 16 0 13 131 64 65 117 33
Binary 1111010 1101101 1110 0 1011 1011001 110100 110101 1001111 11011

Color Harmonies of #7A6D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6D0E

Black with #7A6D0E

Text Example


Text Example

White with #7A6D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,14); }

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

background-color css

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

 a { background-color: rgb(122,109,14); }

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

border-color css

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

 span { border-color: rgb(122,109,14); }

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