Html Css Color HEX #725648 Quincy

📋 copy color: '#725648'

red 114 ◦ green 86 ◦ blue 72

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

Shades of Quincy #725648

Tints of Quincy #725648

RGB

 RED value IS 114 (44.92% from 255) = 41.91%

 GREEN value IS 86 (33.98% from 255) = 31.62%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 41.91%
G = 31.62%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#725648 (or 0x725648) is known color: Quincy. HEX triplet: 72, 56 and 48. RGB value is (114,86,72). Sum of RGB (Red+Green+Blue) = 114+86+72=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725648 is #8DA9B7. Grayscale: #5C5C5C. Windows color (decimal): -9284024 or 4740722. OLE color: 4740722.

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

Color convert

RGB 114 86 72 -
CMYK 0 0.25 0.37 0.55
HSL 20º 0.23% 0.36% -
HSV(B) 20º 0.37% 0.45% -
XYZ 11.44 10.7 7.59 -
YUV 92.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 114 86 72 0 0.25 0.37 0.55 20 0.23 0.36
Hex 72 56 48 0 19 25 37 14 17 24
Octal 162 126 110 0 31 45 67 24 27 44
Binary 1110010 1010110 1001000 0 11001 100101 110111 10100 10111 100100

Color Harmonies of #725648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725648

Black with #725648

Text Example


Text Example

White with #725648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725648; }

 p { color: rgb(114,86,72); }

 H1.HeaderClassName
 {
   color: #725648;
 }
 .AnyTagClassName
 {
   color: #725648;
 }
</style>

background-color css

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

 a { background-color: rgb(114,86,72); }

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

border-color css

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

 span { border-color: rgb(114,86,72); }

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