#7C564D

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

Shades of Ironstone #7C564D

Tints of Ironstone #7C564D

Color information

#7C564D (or 0x7C564D) is unknown color: approx Ironstone. HEX triplet: 7C, 56 and 4D. RGB value is (124,86,77). Sum of RGB (Red+Green+Blue) = 124+86+77=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C564D is #83A9B2. Grayscale: #606060. Windows color (decimal): -8628659 or 5068412. OLE color: 5068412.

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

Color convert

RGB1248677-
CMYK00.310.380.51
HSL11.49º23.38%39.41%-
HSV(B)11.49º37.9%48.63%-
XYZ12.9811.488.55-
YUV96.34117.09147.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=43.21%
G=29.97%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124867700.310.380.5111.4923.3839.41
Hex7C564D01F2633b1727
Octal1741261150374663132747
Binary111110010101101001101011111100110110011101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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