#755846

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

Shades of Quincy #755846

Tints of Quincy #755846

Color information

#755846 (or 0x755846) is unknown color: approx Quincy. HEX triplet: 75, 58 and 46. RGB value is (117,88,70). Sum of RGB (Red+Green+Blue) = 117+88+70=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755846 is #8AA7B9. Grayscale: #5E5E5E. Windows color (decimal): -9086906 or 4610165. OLE color: 4610165.

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

Color convert

RGB1178870-
CMYK00.250.400.54
HSL22.98º25.13%36.67%-
HSV(B)22.98º40.17%45.88%-
XYZ11.9311.27.33-
YUV94.62114.11143.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=42.55%
G=32%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117887000.250.400.5422.9825.1336.67
Hex7558460192836171925
Octal1651301060315066273145
Binary1110101101100010001100110011010001101101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755846; }

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

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

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

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

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

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

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

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