#745647

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

Shades of Quincy #745647

Tints of Quincy #745647

Color information

#745647 (or 0x745647) is unknown color: approx Quincy. HEX triplet: 74, 56 and 47. RGB value is (116,86,71). Sum of RGB (Red+Green+Blue) = 116+86+71=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745647 is #8BA9B8. Grayscale: #5D5D5D. Windows color (decimal): -9152953 or 4675188. OLE color: 4675188.

HSL color Cylindrical-coordinate representation of color #745647: hue angle of 20º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745647 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1168671-
CMYK00.260.390.55
HSL20º24.06%36.67%-
HSV(B)20º38.79%45.49%-
XYZ11.6710.827.44-
YUV93.26115.44144.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=42.49%
G=31.50%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116867100.260.390.552024.0636.67
Hex74564701A2737141825
Octal1641261070324767243045
Binary1110100101011010001110110101001111101111010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745647; }

 p { color: rgb(116,86,71); }

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

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

 a { background-color: rgb(116,86,71); }

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

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

 span { border-color: rgb(116,86,71); }

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