#755849

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

Shades of Quincy #755849

Tints of Quincy #755849

Color information

#755849 (or 0x755849) is unknown color: approx Quincy. HEX triplet: 75, 58 and 49. RGB value is (117,88,73). Sum of RGB (Red+Green+Blue) = 117+88+73=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #755849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755849 is #8AA7B6. Grayscale: #5F5F5F. Windows color (decimal): -9086903 or 4806773. OLE color: 4806773.

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

Color convert

RGB1178873-
CMYK00.250.380.54
HSL20.45º23.16%37.25%-
HSV(B)20.45º37.61%45.88%-
XYZ12.0311.247.84-
YUV94.96115.61143.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=42.09%
G=31.65%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117887300.250.380.5420.4523.1637.25
Hex7558490192636141725
Octal1651301110314666242745
Binary1110101101100010010010110011001101101101010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755849; }

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

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

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

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

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

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

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

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