#77553C

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

Shades of Old Copper #77553C

Tints of Old Copper #77553C

Color information

#77553C (or 0x77553C) is unknown color: approx Old Copper. HEX triplet: 77, 55 and 3C. RGB value is (119,85,60). Sum of RGB (Red+Green+Blue) = 119+85+60=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77553C is #88AAC3. Grayscale: #5C5C5C. Windows color (decimal): -8956612 or 3954039. OLE color: 3954039.

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

Color convert

RGB1198560-
CMYK00.290.500.53
HSL25.42º32.96%35.1%-
HSV(B)25.42º49.58%46.67%-
XYZ11.6710.755.73-
YUV92.32109.76147.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=45.08%
G=32.20%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119856000.290.500.5325.4232.9635.1
Hex77553C01D3235192123
Octal167125740356265314143
Binary1110111101010111110001110111001011010111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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