#7A564D

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

Shades of Ironstone #7A564D

Tints of Ironstone #7A564D

Color information

#7A564D (or 0x7A564D) is unknown color: approx Ironstone. HEX triplet: 7A, 56 and 4D. RGB value is (122,86,77). Sum of RGB (Red+Green+Blue) = 122+86+77=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A564D is #85A9B2. Grayscale: #5F5F5F. Windows color (decimal): -8759731 or 5068410. OLE color: 5068410.

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

Color convert

RGB1228677-
CMYK00.300.370.52
HSL12º22.61%39.02%-
HSV(B)12º36.89%47.84%-
XYZ12.6911.338.54-
YUV95.74117.43146.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=42.81%
G=30.18%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122867700.300.370.521222.6139.02
Hex7A564D01E2534c1727
Octal1721261150364564142747
Binary111101010101101001101011110100101110100110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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