#77563E

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

Shades of Old Copper #77563E

Tints of Old Copper #77563E

Color information

#77563E (or 0x77563E) is unknown color: approx Old Copper. HEX triplet: 77, 56 and 3E. RGB value is (119,86,62). Sum of RGB (Red+Green+Blue) = 119+86+62=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77563E is #88A9C1. Grayscale: #5D5D5D. Windows color (decimal): -8956354 or 4085367. OLE color: 4085367.

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

Color convert

RGB1198662-
CMYK00.280.480.53
HSL25.26º31.49%35.49%-
HSV(B)25.26º47.9%46.67%-
XYZ11.8110.936.04-
YUV93.13110.43146.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=44.57%
G=32.21%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119866200.280.480.5325.2631.4935.49
Hex77563E01C3035191f23
Octal167126760346065313743
Binary111011110101101111100111001100001101011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77563E; }

 p { color: rgb(119,86,62); }

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

<style>
 a { background-color: #77563E; }

 a { background-color: rgb(119,86,62); }

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

<style>
 span { border-color: #77563E; }

 span { border-color: rgb(119,86,62); }

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