#775843

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

Shades of Old Copper #775843

Tints of Old Copper #775843

Color information

#775843 (or 0x775843) is unknown color: approx Old Copper. HEX triplet: 77, 58 and 43. RGB value is (119,88,67). Sum of RGB (Red+Green+Blue) = 119+88+67=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775843 is #88A7BC. Grayscale: #5E5E5E. Windows color (decimal): -8955837 or 4413559. OLE color: 4413559.

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

Color convert

RGB1198867-
CMYK00.260.440.53
HSL24.23º27.96%36.47%-
HSV(B)24.23º43.7%46.67%-
XYZ12.1111.316.85-
YUV94.88112.27145.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=43.43%
G=32.12%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119886700.260.440.5324.2327.9636.47
Hex77584301A2C35181c24
Octal1671301030325465303444
Binary1110111101100010000110110101011001101011100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775843; }

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

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

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

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

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

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

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

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