#7C564C

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

Shades of Ironstone #7C564C

Tints of Ironstone #7C564C

Color information

#7C564C (or 0x7C564C) is unknown color: approx Ironstone. HEX triplet: 7C, 56 and 4C. RGB value is (124,86,76). Sum of RGB (Red+Green+Blue) = 124+86+76=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C564C is #83A9B3. Grayscale: #606060. Windows color (decimal): -8628660 or 5002876. OLE color: 5002876.

HSL color Cylindrical-coordinate representation of color #7C564C: hue angle of 12.5º 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 #7C564C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1248676-
CMYK00.310.390.51
HSL12.5º24%39.22%-
HSV(B)12.5º38.71%48.63%-
XYZ12.9411.468.37-
YUV96.22116.59147.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=43.36%
G=30.07%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124867600.310.390.5112.52439.22
Hex7C564C01F2733d1827
Octal1741261140374763153047
Binary111110010101101001100011111100111110011110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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