#775439

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

Shades of Old Copper #775439

Tints of Old Copper #775439

Color information

#775439 (or 0x775439) is unknown color: approx Old Copper. HEX triplet: 77, 54 and 39. RGB value is (119,84,57). Sum of RGB (Red+Green+Blue) = 119+84+57=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775439 is #88ABC6. Grayscale: #5B5B5B. Windows color (decimal): -8956871 or 3757175. OLE color: 3757175.

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

Color convert

RGB1198457-
CMYK00.290.520.53
HSL26.13º35.23%34.51%-
HSV(B)26.13º52.1%46.67%-
XYZ11.5210.565.3-
YUV91.39108.6147.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=45.77%
G=32.31%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119845700.290.520.5326.1335.2334.51
Hex77543901D34351a2323
Octal167124710356465324343
Binary1110111101010011100101110111010011010111010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775439; }

 p { color: rgb(119,84,57); }

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

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

 a { background-color: rgb(119,84,57); }

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

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

 span { border-color: rgb(119,84,57); }

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