#745746

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

Shades of Quincy #745746

Tints of Quincy #745746

Color information

#745746 (or 0x745746) is unknown color: approx Quincy. HEX triplet: 74, 57 and 46. RGB value is (116,87,70). Sum of RGB (Red+Green+Blue) = 116+87+70=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745746 is #8BA8B9. Grayscale: #5D5D5D. Windows color (decimal): -9152698 or 4609908. OLE color: 4609908.

HSL color Cylindrical-coordinate representation of color #745746: hue angle of 22.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745746 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1168770-
CMYK00.250.400.55
HSL22.17º24.73%36.47%-
HSV(B)22.17º39.66%45.49%-
XYZ11.7210.977.29-
YUV93.73114.61143.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=42.49%
G=31.87%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116877000.250.400.5522.1724.7336.47
Hex7457460192837161924
Octal1641271060315067263144
Binary1110100101011110001100110011010001101111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745746; }

 p { color: rgb(116,87,70); }

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

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

 a { background-color: rgb(116,87,70); }

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

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

 span { border-color: rgb(116,87,70); }

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