#775742

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

Shades of Old Copper #775742

Tints of Old Copper #775742

Color information

#775742 (or 0x775742) is unknown color: approx Old Copper. HEX triplet: 77, 57 and 42. RGB value is (119,87,66). Sum of RGB (Red+Green+Blue) = 119+87+66=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775742 is #88A8BD. Grayscale: #5E5E5E. Windows color (decimal): -8956094 or 4347767. OLE color: 4347767.

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

Color convert

RGB1198766-
CMYK00.270.450.53
HSL23.77º28.65%36.27%-
HSV(B)23.77º44.54%46.67%-
XYZ1211.136.67-
YUV94.17112.1145.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=43.75%
G=31.99%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119876600.270.450.5323.7728.6536.27
Hex77574201B2D35181d24
Octal1671271020335565303544
Binary1110111101011110000100110111011011101011100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775742; }

 p { color: rgb(119,87,66); }

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

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

 a { background-color: rgb(119,87,66); }

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

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

 span { border-color: rgb(119,87,66); }

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