#755747

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

Shades of Quincy #755747

Tints of Quincy #755747

Color information

#755747 (or 0x755747) is unknown color: approx Quincy. HEX triplet: 75, 57 and 47. RGB value is (117,87,71). Sum of RGB (Red+Green+Blue) = 117+87+71=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755747 is #8AA8B8. Grayscale: #5E5E5E. Windows color (decimal): -9087161 or 4675445. OLE color: 4675445.

HSL color Cylindrical-coordinate representation of color #755747: hue angle of 20.87º 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 #755747 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1178771-
CMYK00.260.390.54
HSL20.87º24.47%36.86%-
HSV(B)20.87º39.32%45.88%-
XYZ11.8811.057.47-
YUV94.15114.94144.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=42.55%
G=31.64%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117877100.260.390.5420.8724.4736.86
Hex75574701A2736151825
Octal1651271070324766253045
Binary1110101101011110001110110101001111101101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755747; }

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

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

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

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

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

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

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

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