#77513B

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

Shades of Old Copper #77513B

Tints of Old Copper #77513B

Color information

#77513B (or 0x77513B) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 3B. RGB value is (119,81,59). Sum of RGB (Red+Green+Blue) = 119+81+59=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77513B is #88AEC4. Grayscale: #595959. Windows color (decimal): -8957637 or 3887479. OLE color: 3887479.

HSL color Cylindrical-coordinate representation of color #77513B: hue angle of 22º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77513B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1198159-
CMYK00.320.500.53
HSL22º33.71%34.9%-
HSV(B)22º50.42%46.67%-
XYZ11.3410.125.49-
YUV89.85110.59148.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=45.95%
G=31.27%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119815900.320.500.532233.7134.9
Hex77513B0203235162223
Octal167121730406265264243
Binary11101111010001111011010000011001011010110110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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