#7E554C

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

Shades of Ironstone #7E554C

Tints of Ironstone #7E554C

Color information

#7E554C (or 0x7E554C) is unknown color: approx Ironstone. HEX triplet: 7E, 55 and 4C. RGB value is (126,85,76). Sum of RGB (Red+Green+Blue) = 126+85+76=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E554C is #81AAB3. Grayscale: #606060. Windows color (decimal): -8497844 or 5002622. OLE color: 5002622.

HSL color Cylindrical-coordinate representation of color #7E554C: hue angle of 10.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E554C is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1268576-
CMYK00.330.400.51
HSL10.8º24.75%39.61%-
HSV(B)10.8º39.68%49.41%-
XYZ13.1611.458.35-
YUV96.23116.58149.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.90%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=43.90%
G=29.62%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126857600.330.400.5110.824.7539.61
Hex7E554C0212833b1928
Octal1761251140415063133150
Binary1111110101010110011000100001101000110011101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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