#7B564C

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

Shades of Ironstone #7B564C

Tints of Ironstone #7B564C

Color information

#7B564C (or 0x7B564C) is unknown color: approx Ironstone. HEX triplet: 7B, 56 and 4C. RGB value is (123,86,76). Sum of RGB (Red+Green+Blue) = 123+86+76=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B564C is #84A9B3. Grayscale: #5F5F5F. Windows color (decimal): -8694196 or 5002875. OLE color: 5002875.

HSL color Cylindrical-coordinate representation of color #7B564C: 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.38%. Process color model (Four color, CMYK) of #7B564C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1238676-
CMYK00.300.380.52
HSL12.77º23.62%39.02%-
HSV(B)12.77º38.21%48.24%-
XYZ12.811.398.36-
YUV95.92116.76147.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=43.16%
G=30.18%
B=26.67%

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
Decimal123867600.300.380.5212.7723.6239.02
Hex7B564C01E2634d1827
Octal1731261140364664153047
Binary111101110101101001100011110100110110100110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,76); }

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

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

 a { background-color: rgb(123,86,76); }

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

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

 span { border-color: rgb(123,86,76); }

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