Html Css Color HEX #7A610B Yukon Gold

📋 copy color: '#7A610B'

red 122 ◦ green 97 ◦ blue 11

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

Shades of Yukon Gold #7A610B

Tints of Yukon Gold #7A610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.17%

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

R = 53.04%
G = 42.17%
B = 4.78%

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

#7A610B (or 0x7A610B) is known color: Yukon Gold. HEX triplet: 7A, 61 and 0B. RGB value is (122,97,11). Sum of RGB (Red+Green+Blue) = 122+97+11=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A610B is #859EF4. Grayscale: #5F5F5F. Windows color (decimal): -8756981 or 745850. OLE color: 745850.

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

Color convert

RGB 122 97 11 -
CMYK 0 0.20 0.91 0.52
HSL 46.49º 0.83% 0.26% -
HSV(B) 46.49º 0.91% 0.48% -
XYZ 12.36 12.71 2.12 -
YUV 94.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 122 97 11 0 0.20 0.91 0.52 46.49 0.83 0.26
Hex 7A 61 B 0 14 5B 34 2E 53 1A
Octal 172 141 13 0 24 133 64 56 123 32
Binary 1111010 1100001 1011 0 10100 1011011 110100 101110 1010011 11010

Color Harmonies of #7A610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A610B

Black with #7A610B

Text Example


Text Example

White with #7A610B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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