#77573D

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

Shades of Old Copper #77573D

Tints of Old Copper #77573D

Color information

#77573D (or 0x77573D) is unknown color: approx Old Copper. HEX triplet: 77, 57 and 3D. RGB value is (119,87,61). Sum of RGB (Red+Green+Blue) = 119+87+61=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77573D is #88A8C2. Grayscale: #5D5D5D. Windows color (decimal): -8956099 or 4020087. OLE color: 4020087.

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

Color convert

RGB1198761-
CMYK00.270.490.53
HSL26.9º32.22%35.29%-
HSV(B)26.9º48.74%46.67%-
XYZ11.8611.085.93-
YUV93.6109.6146.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=44.57%
G=32.58%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119876100.270.490.5326.932.2235.29
Hex77573D01B31351b2023
Octal167127750336165334043
Binary1110111101011111110101101111000111010111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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