#725744

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

Shades of Quincy #725744

Tints of Quincy #725744

Color information

#725744 (or 0x725744) is unknown color: approx Quincy. HEX triplet: 72, 57 and 44. RGB value is (114,87,68). Sum of RGB (Red+Green+Blue) = 114+87+68=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725744 is #8DA8BB. Grayscale: #5D5D5D. Windows color (decimal): -9283772 or 4478834. OLE color: 4478834.

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

Color convert

RGB1148768-
CMYK00.240.400.55
HSL24.78º25.27%35.69%-
HSV(B)24.78º40.35%44.71%-
XYZ11.3910.816.96-
YUV92.91113.95143.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=42.38%
G=32.34%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114876800.240.400.5524.7825.2735.69
Hex7257440182837191924
Octal1621271040305067313144
Binary1110010101011110001000110001010001101111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725744; }

 p { color: rgb(114,87,68); }

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

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

 a { background-color: rgb(114,87,68); }

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

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

 span { border-color: rgb(114,87,68); }

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