#77523F

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

Shades of Old Copper #77523F

Tints of Old Copper #77523F

Color information

#77523F (or 0x77523F) is unknown color: approx Old Copper. HEX triplet: 77, 52 and 3F. RGB value is (119,82,63). Sum of RGB (Red+Green+Blue) = 119+82+63=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523F is #88ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8957377 or 4149879. OLE color: 4149879.

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

Color convert

RGB1198263-
CMYK00.310.470.53
HSL20.36º30.77%35.69%-
HSV(B)20.36º47.06%46.67%-
XYZ11.5210.326.09-
YUV90.9112.26148.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 63 (25% from 255) = 23.86%
R=45.08%
G=31.06%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119826300.310.470.5320.3630.7735.69
Hex77523F01F2F35141f24
Octal167122770375765243744
Binary111011110100101111110111111011111101011010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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