#77553A

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

Shades of Old Copper #77553A

Tints of Old Copper #77553A

Color information

#77553A (or 0x77553A) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 3A. RGB value is (119,85,58). Sum of RGB (Red+Green+Blue) = 119+85+58=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77553A is #88AAC5. Grayscale: #5C5C5C. Windows color (decimal): -8956614 or 3822967. OLE color: 3822967.

HSL color Cylindrical-coordinate representation of color #77553A: hue angle of 26.56º 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 #77553A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1198558-
CMYK00.290.510.53
HSL26.56º34.46%34.71%-
HSV(B)26.56º51.26%46.67%-
XYZ11.6210.725.46-
YUV92.09108.76147.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=45.42%
G=32.44%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119855800.290.510.5326.5634.4634.71
Hex77553A01D33351b2223
Octal167125720356365334243
Binary1110111101010111101001110111001111010111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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