#77503F

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

Shades of Old Copper #77503F

Tints of Old Copper #77503F

Color information

#77503F (or 0x77503F) is unknown color: approx Old Copper. HEX triplet: 77, 50 and 3F. RGB value is (119,80,63). Sum of RGB (Red+Green+Blue) = 119+80+63=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77503F is #88AFC0. Grayscale: #595959. Windows color (decimal): -8957889 or 4149367. OLE color: 4149367.

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

Color convert

RGB1198063-
CMYK00.330.470.53
HSL18.21º30.77%35.69%-
HSV(B)18.21º47.06%46.67%-
XYZ11.3710.026.04-
YUV89.72112.92148.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 63 (25% from 255) = 24.05%
R=45.42%
G=30.53%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119806300.330.470.5318.2130.7735.69
Hex77503F0212F35121f24
Octal167120770415765223744
Binary1110111101000011111101000011011111101011001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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