Html Css Color HEX #7A524A Ironstone

📋 copy color: '#7A524A'

red 122 ◦ green 82 ◦ blue 74

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

Shades of Ironstone #7A524A

Tints of Ironstone #7A524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 43.88%
G = 29.5%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A524A (or 0x7A524A) is known color: Ironstone. HEX triplet: 7A, 52 and 4A. RGB value is (122,82,74). Sum of RGB (Red+Green+Blue) = 122+82+74=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A524A is #85ADB5. Grayscale: #5D5D5D. Windows color (decimal): -8760758 or 4870778. OLE color: 4870778.

HSL color Cylindrical-coordinate representation of color #7A524A: hue angle of 10º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A524A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 82 74 -
CMYK 0 0.33 0.39 0.52
HSL 10º 0.24% 0.38% -
HSV(B) 10º 0.39% 0.48% -
XYZ 12.28 10.67 7.89 -
YUV 93.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 122 82 74 0 0.33 0.39 0.52 10 0.24 0.38
Hex 7A 52 4A 0 21 27 34 A 18 26
Octal 172 122 112 0 41 47 64 12 30 46
Binary 1111010 1010010 1001010 0 100001 100111 110100 1010 11000 100110

Color Harmonies of #7A524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A524A

Black with #7A524A

Text Example


Text Example

White with #7A524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,82,74); }

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

background-color css

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

 a { background-color: rgb(122,82,74); }

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

border-color css

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

 span { border-color: rgb(122,82,74); }

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