#755742

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

Shades of Old Copper #755742

Tints of Old Copper #755742

Color information

#755742 (or 0x755742) is unknown color: approx Old Copper. HEX triplet: 75, 57 and 42. RGB value is (117,87,66). Sum of RGB (Red+Green+Blue) = 117+87+66=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755742 is #8AA8BD. Grayscale: #5D5D5D. Windows color (decimal): -9087166 or 4347765. OLE color: 4347765.

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

Color convert

RGB1178766-
CMYK00.260.440.54
HSL24.71º27.87%35.88%-
HSV(B)24.71º43.59%45.88%-
XYZ11.7310.996.66-
YUV93.58112.44144.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=43.33%
G=32.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117876600.260.440.5424.7127.8735.88
Hex75574201A2C36191c24
Octal1651271020325466313444
Binary1110101101011110000100110101011001101101100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755742; }

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

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

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

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

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

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

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

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