#7A554B

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

Shades of Ironstone #7A554B

Tints of Ironstone #7A554B

Color information

#7A554B (or 0x7A554B) is unknown color: approx Ironstone. HEX triplet: 7A, 55 and 4B. RGB value is (122,85,75). Sum of RGB (Red+Green+Blue) = 122+85+75=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A554B is #85AAB4. Grayscale: #5F5F5F. Windows color (decimal): -8759989 or 4937082. OLE color: 4937082.

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

Color convert

RGB1228575-
CMYK00.300.390.52
HSL12.77º23.86%38.63%-
HSV(B)12.77º38.52%47.84%-
XYZ12.5411.148.15-
YUV94.92116.76147.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=43.26%
G=30.14%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122857500.300.390.5212.7723.8638.63
Hex7A554B01E2734d1827
Octal1721251130364764153047
Binary111101010101011001011011110100111110100110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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