#755847

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

Shades of Quincy #755847

Tints of Quincy #755847

Color information

#755847 (or 0x755847) is unknown color: approx Quincy. HEX triplet: 75, 58 and 47. RGB value is (117,88,71). Sum of RGB (Red+Green+Blue) = 117+88+71=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755847 is #8AA7B8. Grayscale: #5E5E5E. Windows color (decimal): -9086905 or 4675701. OLE color: 4675701.

HSL color Cylindrical-coordinate representation of color #755847: hue angle of 22.17º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755847 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1178871-
CMYK00.250.390.54
HSL22.17º24.47%36.86%-
HSV(B)22.17º39.32%45.88%-
XYZ11.9611.227.5-
YUV94.73114.61143.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=42.39%
G=31.88%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117887100.250.390.5422.1724.4736.86
Hex7558470192736161825
Octal1651301070314766263045
Binary1110101101100010001110110011001111101101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755847; }

 p { color: rgb(117,88,71); }

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

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

 a { background-color: rgb(117,88,71); }

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

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

 span { border-color: rgb(117,88,71); }

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