#77513F

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

Shades of Old Copper #77513F

Tints of Old Copper #77513F

Color information

#77513F (or 0x77513F) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 3F. RGB value is (119,81,63). Sum of RGB (Red+Green+Blue) = 119+81+63=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77513F is #88AEC0. Grayscale: #5A5A5A. Windows color (decimal): -8957633 or 4149623. OLE color: 4149623.

HSL color Cylindrical-coordinate representation of color #77513F: hue angle of 19.29º 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 #77513F is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1198163-
CMYK00.320.470.53
HSL19.29º30.77%35.69%-
HSV(B)19.29º47.06%46.67%-
XYZ11.4510.176.06-
YUV90.31112.59148.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 63 (25% from 255) = 23.95%
R=45.25%
G=30.80%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119816300.320.470.5319.2930.7735.69
Hex77513F0202F35131f24
Octal167121770405765233744
Binary1110111101000111111101000001011111101011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,81,63); }

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

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

 a { background-color: rgb(119,81,63); }

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

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

 span { border-color: rgb(119,81,63); }

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