Html Css Color HEX #725744 Quincy

📋 copy color: '#725744'

red 114 ◦ green 87 ◦ blue 68

#725744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #725744

Tints of Quincy #725744

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 value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#725744 (or 0x725744) is known color: 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

RGB 114 87 68 -
CMYK 0 0.24 0.40 0.55
HSL 24.78º 0.25% 0.36% -
HSV(B) 24.78º 0.4% 0.45% -
XYZ 11.39 10.81 6.96 -
YUV 92.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 114 87 68 0 0.24 0.40 0.55 24.78 0.25 0.36
Hex 72 57 44 0 18 28 37 19 19 24
Octal 162 127 104 0 30 50 67 31 31 44
Binary 1110010 1010111 1000100 0 11000 101000 110111 11001 11001 100100

Color Harmonies of #725744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725744

Black with #725744

Text Example


Text Example

White with #725744

Text Example


Text Example

HTML Codes & Css Web 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>