#77503E

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

Shades of Old Copper #77503E

Tints of Old Copper #77503E

Color information

#77503E (or 0x77503E) is unknown color: approx Old Copper. HEX triplet: 77, 50 and 3E. RGB value is (119,80,62). Sum of RGB (Red+Green+Blue) = 119+80+62=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77503E is #88AFC1. Grayscale: #595959. Windows color (decimal): -8957890 or 4083831. OLE color: 4083831.

HSL color Cylindrical-coordinate representation of color #77503E: hue angle of 18.95º 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 #77503E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1198062-
CMYK00.330.480.53
HSL18.95º31.49%35.49%-
HSV(B)18.95º47.9%46.67%-
XYZ11.3510.015.89-
YUV89.61112.42148.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=45.59%
G=30.65%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119806200.330.480.5318.9531.4935.49
Hex77503E0213035131f23
Octal167120760416065233743
Binary1110111101000011111001000011100001101011001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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