#755646

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

Shades of Quincy #755646

Tints of Quincy #755646

Color information

#755646 (or 0x755646) is unknown color: approx Quincy. HEX triplet: 75, 56 and 46. RGB value is (117,86,70). Sum of RGB (Red+Green+Blue) = 117+86+70=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755646 is #8AA9B9. Grayscale: #5D5D5D. Windows color (decimal): -9087418 or 4609653. OLE color: 4609653.

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

Color convert

RGB1178670-
CMYK00.260.400.54
HSL20.43º25.13%36.67%-
HSV(B)20.43º40.17%45.88%-
XYZ11.7710.887.27-
YUV93.44114.77144.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=42.86%
G=31.50%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117867000.260.400.5420.4325.1336.67
Hex75564601A2836141925
Octal1651261060325066243145
Binary1110101101011010001100110101010001101101010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755646; }

 p { color: rgb(117,86,70); }

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

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

 a { background-color: rgb(117,86,70); }

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

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

 span { border-color: rgb(117,86,70); }

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