#77553D

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

Shades of Old Copper #77553D

Tints of Old Copper #77553D

Color information

#77553D (or 0x77553D) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 3D. RGB value is (119,85,61). Sum of RGB (Red+Green+Blue) = 119+85+61=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77553D is #88AAC2. Grayscale: #5C5C5C. Windows color (decimal): -8956611 or 4019575. OLE color: 4019575.

HSL color Cylindrical-coordinate representation of color #77553D: hue angle of 24.83º 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 #77553D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1198561-
CMYK00.290.490.53
HSL24.83º32.22%35.29%-
HSV(B)24.83º48.74%46.67%-
XYZ11.710.765.87-
YUV92.43110.26146.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=44.91%
G=32.08%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119856100.290.490.5324.8332.2235.29
Hex77553D01D3135192023
Octal167125750356165314043
Binary1110111101010111110101110111000111010111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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