#77523B

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

Shades of Old Copper #77523B

Tints of Old Copper #77523B

Color information

#77523B (or 0x77523B) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 3B. RGB value is (119,82,59). Sum of RGB (Red+Green+Blue) = 119+82+59=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523B is #88ADC4. Grayscale: #5A5A5A. Windows color (decimal): -8957381 or 3887735. OLE color: 3887735.

HSL color Cylindrical-coordinate representation of color #77523B: hue angle of 23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77523B is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1198259-
CMYK00.310.500.53
HSL23º33.71%34.9%-
HSV(B)23º50.42%46.67%-
XYZ11.4110.275.52-
YUV90.44110.26148.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=45.77%
G=31.54%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119825900.310.500.532333.7134.9
Hex77523B01F3235172223
Octal167122730376265274243
Binary1110111101001011101101111111001011010110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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