Html Css Color HEX #7A620B Yukon Gold

📋 copy color: '#7A620B'

red 122 ◦ green 98 ◦ blue 11

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

Shades of Yukon Gold #7A620B

Tints of Yukon Gold #7A620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 52.81%
G = 42.42%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A620B (or 0x7A620B) is known color: Yukon Gold. HEX triplet: 7A, 62 and 0B. RGB value is (122,98,11). Sum of RGB (Red+Green+Blue) = 122+98+11=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A620B is #859DF4. Grayscale: #5F5F5F. Windows color (decimal): -8756725 or 746106. OLE color: 746106.

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

Color convert

RGB 122 98 11 -
CMYK 0 0.20 0.91 0.52
HSL 47.03º 0.83% 0.26% -
HSV(B) 47.03º 0.91% 0.48% -
XYZ 12.45 12.9 2.15 -
YUV 95.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 122 98 11 0 0.20 0.91 0.52 47.03 0.83 0.26
Hex 7A 62 B 0 14 5B 34 2F 53 1A
Octal 172 142 13 0 24 133 64 57 123 32
Binary 1111010 1100010 1011 0 10100 1011011 110100 101111 1010011 11010

Color Harmonies of #7A620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A620B

Black with #7A620B

Text Example


Text Example

White with #7A620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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