#755745

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

Shades of Quincy #755745

Tints of Quincy #755745

Color information

#755745 (or 0x755745) is unknown color: approx Quincy. HEX triplet: 75, 57 and 45. RGB value is (117,87,69). Sum of RGB (Red+Green+Blue) = 117+87+69=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755745 is #8AA8BA. Grayscale: #5E5E5E. Windows color (decimal): -9087163 or 4544373. OLE color: 4544373.

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

Color convert

RGB1178769-
CMYK00.260.410.54
HSL22.5º25.81%36.47%-
HSV(B)22.5º41.03%45.88%-
XYZ11.8211.037.14-
YUV93.92113.94144.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=42.86%
G=31.87%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117876900.260.410.5422.525.8136.47
Hex75574501A2936171a24
Octal1651271050325166273244
Binary1110101101011110001010110101010011101101011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755745; }

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

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

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

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

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

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

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

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