Html Css Color HEX #715448 Quincy

📋 copy color: '#715448'

red 113 ◦ green 84 ◦ blue 72

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

Shades of Quincy #715448

Tints of Quincy #715448

RGB

 RED value IS 113 (44.53% from 255) = 42.01%

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 42.01%
G = 31.23%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#715448 (or 0x715448) is known color: Quincy. HEX triplet: 71, 54 and 48. RGB value is (113,84,72). Sum of RGB (Red+Green+Blue) = 113+84+72=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715448 is #8EABB7. Grayscale: #5B5B5B. Windows color (decimal): -9350072 or 4740209. OLE color: 4740209.

HSL color Cylindrical-coordinate representation of color #715448: hue angle of 17.56º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715448 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 72 -
CMYK 0 0.26 0.36 0.56
HSL 17.56º 0.22% 0.36% -
HSV(B) 17.56º 0.36% 0.44% -
XYZ 11.15 10.32 7.54 -
YUV 91.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 113 84 72 0 0.26 0.36 0.56 17.56 0.22 0.36
Hex 71 54 48 0 1A 24 38 12 16 24
Octal 161 124 110 0 32 44 70 22 26 44
Binary 1110001 1010100 1001000 0 11010 100100 111000 10010 10110 100100

Color Harmonies of #715448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715448

Black with #715448

Text Example


Text Example

White with #715448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715448; }

 p { color: rgb(113,84,72); }

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

background-color css

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

 a { background-color: rgb(113,84,72); }

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

border-color css

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

 span { border-color: rgb(113,84,72); }

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