#78523F

Color #78523F Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #78523F

Tints of Old Copper #78523F

Color information

#78523F (or 0x78523F) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 3F. RGB value is (120,82,63). Sum of RGB (Red+Green+Blue) = 120+82+63=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78523F is #87ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8891841 or 4149880. OLE color: 4149880.

HSL color Cylindrical-coordinate representation of color #78523F: hue angle of 20º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78523F is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1208263-
CMYK00.320.480.53
HSL20º31.15%35.88%-
HSV(B)20º47.5%47.06%-
XYZ11.6610.396.09-
YUV91.2112.09148.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 63 (25% from 255) = 23.77%
R=45.28%
G=30.94%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120826300.320.480.532031.1535.88
Hex78523F0203035141f24
Octal170122770406065243744
Binary1111000101001011111101000001100001101011010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78523F; }

 p { color: rgb(120,82,63); }

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

<style>
 a { background-color: #78523F; }

 a { background-color: rgb(120,82,63); }

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

<style>
 span { border-color: #78523F; }

 span { border-color: rgb(120,82,63); }

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