#7A574C

Color #7A574C Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #7A574C

Tints of Ironstone #7A574C

Color information

#7A574C (or 0x7A574C) is unknown color: approx Ironstone. HEX triplet: 7A, 57 and 4C. RGB value is (122,87,76). Sum of RGB (Red+Green+Blue) = 122+87+76=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A574C is #85A8B3. Grayscale: #606060. Windows color (decimal): -8759476 or 5003130. OLE color: 5003130.

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

Color convert

RGB1228776-
CMYK00.290.380.52
HSL14.35º23.23%38.82%-
HSV(B)14.35º37.7%47.84%-
XYZ12.7411.488.38-
YUV96.21116.6146.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=42.81%
G=30.53%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122877600.290.380.5214.3523.2338.82
Hex7A574C01D2634e1727
Octal1721271140354664162747
Binary111101010101111001100011101100110110100111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,76); }

 H1.HeaderClassName
 {
   color: #7A574C;
 }
 .AnyTagClassName
 {
   color: #7A574C;
 }
</style>
background-color css

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

 a { background-color: rgb(122,87,76); }

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

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

 span { border-color: rgb(122,87,76); }

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