#7C574C

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

Shades of Ironstone #7C574C

Tints of Ironstone #7C574C

Color information

#7C574C (or 0x7C574C) is unknown color: approx Ironstone. HEX triplet: 7C, 57 and 4C. RGB value is (124,87,76). Sum of RGB (Red+Green+Blue) = 124+87+76=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C574C is #83A8B3. Grayscale: #606060. Windows color (decimal): -8628404 or 5003132. OLE color: 5003132.

HSL color Cylindrical-coordinate representation of color #7C574C: hue angle of 13.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C574C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1248776-
CMYK00.300.390.51
HSL13.75º24%39.22%-
HSV(B)13.75º38.71%48.63%-
XYZ13.0211.628.39-
YUV96.81116.26147.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=43.21%
G=30.31%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124877600.300.390.5113.752439.22
Hex7C574C01E2733e1827
Octal1741271140364763163047
Binary111110010101111001100011110100111110011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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