Html Css Color HEX #7A6518 Yukon Gold

📋 copy color: '#7A6518'

red 122 ◦ green 101 ◦ blue 24

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

Shades of Yukon Gold #7A6518

Tints of Yukon Gold #7A6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.89%

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 49.39%
G = 40.89%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A6518 (or 0x7A6518) is known color: Yukon Gold. HEX triplet: 7A, 65 and 18. RGB value is (122,101,24). Sum of RGB (Red+Green+Blue) = 122+101+24=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6518 is #859AE7. Grayscale: #626262. Windows color (decimal): -8755944 or 1598842. OLE color: 1598842.

HSL color Cylindrical-coordinate representation of color #7A6518: hue angle of 47.14º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A6518 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 101 24 -
CMYK 0 0.17 0.80 0.52
HSL 47.14º 0.67% 0.29% -
HSV(B) 47.14º 0.8% 0.48% -
XYZ 12.84 13.51 2.8 -
YUV 98.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 122 101 24 0 0.17 0.80 0.52 47.14 0.67 0.29
Hex 7A 65 18 0 11 50 34 2F 43 1D
Octal 172 145 30 0 21 120 64 57 103 35
Binary 1111010 1100101 11000 0 10001 1010000 110100 101111 1000011 11101

Color Harmonies of #7A6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6518

Black with #7A6518

Text Example


Text Example

White with #7A6518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,101,24); }

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

background-color css

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

 a { background-color: rgb(122,101,24); }

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

border-color css

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

 span { border-color: rgb(122,101,24); }

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