#77503D

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

Shades of Old Copper #77503D

Tints of Old Copper #77503D

Color information

#77503D (or 0x77503D) is unknown color: approx Old Copper. HEX triplet: 77, 50 and 3D. RGB value is (119,80,61). Sum of RGB (Red+Green+Blue) = 119+80+61=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77503D is #88AFC2. Grayscale: #595959. Windows color (decimal): -8957891 or 4018295. OLE color: 4018295.

HSL color Cylindrical-coordinate representation of color #77503D: hue angle of 19.66º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77503D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1198061-
CMYK00.330.490.53
HSL19.66º32.22%35.29%-
HSV(B)19.66º48.74%46.67%-
XYZ11.32105.75-
YUV89.5111.92149.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=45.77%
G=30.77%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119806100.330.490.5319.6632.2235.29
Hex77503D0213135142023
Octal167120750416165244043
Binary11101111010000111101010000111000111010110100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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