#77523E

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

Shades of Old Copper #77523E

Tints of Old Copper #77523E

Color information

#77523E (or 0x77523E) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 3E. RGB value is (119,82,62). Sum of RGB (Red+Green+Blue) = 119+82+62=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523E is #88ADC1. Grayscale: #5A5A5A. Windows color (decimal): -8957378 or 4084343. OLE color: 4084343.

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

Color convert

RGB1198262-
CMYK00.310.480.53
HSL21.05º31.49%35.49%-
HSV(B)21.05º47.9%46.67%-
XYZ11.4910.35.94-
YUV90.78111.76148.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=45.25%
G=31.18%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119826200.310.480.5321.0531.4935.49
Hex77523E01F3035151f23
Octal167122760376065253743
Binary111011110100101111100111111100001101011010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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