#77583F

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

Shades of Old Copper #77583F

Tints of Old Copper #77583F

Color information

#77583F (or 0x77583F) is unknown color: approx Old Copper. HEX triplet: 77, 58 and 3F. RGB value is (119,88,63). Sum of RGB (Red+Green+Blue) = 119+88+63=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77583F is #88A7C0. Grayscale: #5E5E5E. Windows color (decimal): -8955841 or 4151415. OLE color: 4151415.

HSL color Cylindrical-coordinate representation of color #77583F: hue angle of 26.79º 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 #77583F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1198863-
CMYK00.260.470.53
HSL26.79º30.77%35.69%-
HSV(B)26.79º47.06%46.67%-
XYZ11.9911.266.24-
YUV94.42110.27145.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 63 (25% from 255) = 23.33%
R=44.07%
G=32.59%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119886300.260.470.5326.7930.7735.69
Hex77583F01A2F351b1f24
Octal167130770325765333744
Binary111011110110001111110110101011111101011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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