Html Css Color HEX #7A6225 Yukon Gold

📋 copy color: '#7A6225'

red 122 ◦ green 98 ◦ blue 37

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

Shades of Yukon Gold #7A6225

Tints of Yukon Gold #7A6225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 47.47%
G = 38.13%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A6225 (or 0x7A6225) is known color: Yukon Gold. HEX triplet: 7A, 62 and 25. RGB value is (122,98,37). Sum of RGB (Red+Green+Blue) = 122+98+37=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6225 is #859DDA. Grayscale: #626262. Windows color (decimal): -8756699 or 2450042. OLE color: 2450042.

HSL color Cylindrical-coordinate representation of color #7A6225: hue angle of 43.06º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A6225 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 98 37 -
CMYK 0 0.20 0.70 0.52
HSL 43.06º 0.53% 0.31% -
HSV(B) 43.06º 0.7% 0.48% -
XYZ 12.73 13.01 3.59 -
YUV 98.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 122 98 37 0 0.20 0.70 0.52 43.06 0.53 0.31
Hex 7A 62 25 0 14 46 34 2B 35 1F
Octal 172 142 45 0 24 106 64 53 65 37
Binary 1111010 1100010 100101 0 10100 1000110 110100 101011 110101 11111

Color Harmonies of #7A6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6225

Black with #7A6225

Text Example


Text Example

White with #7A6225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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