#7A554C

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

Shades of Ironstone #7A554C

Tints of Ironstone #7A554C

Color information

#7A554C (or 0x7A554C) is unknown color: approx Ironstone. HEX triplet: 7A, 55 and 4C. RGB value is (122,85,76). Sum of RGB (Red+Green+Blue) = 122+85+76=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A554C is #85AAB3. Grayscale: #5F5F5F. Windows color (decimal): -8759988 or 5002618. OLE color: 5002618.

HSL color Cylindrical-coordinate representation of color #7A554C: hue angle of 11.74º 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 #7A554C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1228576-
CMYK00.300.380.52
HSL11.74º23.23%38.82%-
HSV(B)11.74º37.7%47.84%-
XYZ12.5811.168.33-
YUV95.04117.26147.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.11%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=43.11%
G=30.04%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122857600.300.380.5211.7423.2338.82
Hex7A554C01E2634c1727
Octal1721251140364664142747
Binary111101010101011001100011110100110110100110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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