Html Css Color HEX #72564C Quincy

📋 copy color: '#72564C'

red 114 ◦ green 86 ◦ blue 76

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

Shades of Quincy #72564C

Tints of Quincy #72564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 41.3%
G = 31.16%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72564C (or 0x72564C) is known color: Quincy. HEX triplet: 72, 56 and 4C. RGB value is (114,86,76). Sum of RGB (Red+Green+Blue) = 114+86+76=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72564C is #8DA9B3. Grayscale: #5D5D5D. Windows color (decimal): -9284020 or 5002866. OLE color: 5002866.

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

Color convert

RGB 114 86 76 -
CMYK 0 0.25 0.33 0.55
HSL 15.79º 0.2% 0.37% -
HSV(B) 15.79º 0.33% 0.45% -
XYZ 11.57 10.75 8.3 -
YUV 93.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 114 86 76 0 0.25 0.33 0.55 15.79 0.2 0.37
Hex 72 56 4C 0 19 21 37 10 14 25
Octal 162 126 114 0 31 41 67 20 24 45
Binary 1110010 1010110 1001100 0 11001 100001 110111 10000 10100 100101

Color Harmonies of #72564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72564C

Black with #72564C

Text Example


Text Example

White with #72564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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