#78564B

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

Shades of Ironstone #78564B

Tints of Ironstone #78564B

Color information

#78564B (or 0x78564B) is unknown color: approx Ironstone. HEX triplet: 78, 56 and 4B. RGB value is (120,86,75). Sum of RGB (Red+Green+Blue) = 120+86+75=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78564B is #87A9B4. Grayscale: #5E5E5E. Windows color (decimal): -8890805 or 4937336. OLE color: 4937336.

HSL color Cylindrical-coordinate representation of color #78564B: hue angle of 14.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78564B is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1208675-
CMYK00.280.370.53
HSL14.67º23.08%38.24%-
HSV(B)14.67º37.5%47.06%-
XYZ12.3411.168.16-
YUV94.91116.76145.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=42.70%
G=30.60%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120867500.280.370.5314.6723.0838.24
Hex78564B01C2535f1726
Octal1701261130344565172746
Binary111100010101101001011011100100101110101111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78564B; }

 p { color: rgb(120,86,75); }

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

<style>
 a { background-color: #78564B; }

 a { background-color: rgb(120,86,75); }

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

<style>
 span { border-color: #78564B; }

 span { border-color: rgb(120,86,75); }

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