#77523A

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

Shades of Old Copper #77523A

Tints of Old Copper #77523A

Color information

#77523A (or 0x77523A) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 3A. RGB value is (119,82,58). Sum of RGB (Red+Green+Blue) = 119+82+58=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523A is #88ADC5. Grayscale: #5A5A5A. Windows color (decimal): -8957382 or 3822199. OLE color: 3822199.

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

Color convert

RGB1198258-
CMYK00.310.510.53
HSL23.61º34.46%34.71%-
HSV(B)23.61º51.26%46.67%-
XYZ11.3910.265.38-
YUV90.33109.76148.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=45.95%
G=31.66%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119825800.310.510.5323.6134.4634.71
Hex77523A01F3335182223
Octal167122720376365304243
Binary1110111101001011101001111111001111010111000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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