Html Css Color HEX #715748 Quincy

📋 copy color: '#715748'

red 113 ◦ green 87 ◦ blue 72

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

Shades of Quincy #715748

Tints of Quincy #715748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

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

R = 41.54%
G = 31.99%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#715748 (or 0x715748) is known color: Quincy. HEX triplet: 71, 57 and 48. RGB value is (113,87,72). Sum of RGB (Red+Green+Blue) = 113+87+72=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #715748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715748 is #8EA8B7. Grayscale: #5D5D5D. Windows color (decimal): -9349304 or 4740977. OLE color: 4740977.

HSL color Cylindrical-coordinate representation of color #715748: hue angle of 21.95º 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 #715748 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 72 -
CMYK 0 0.23 0.36 0.56
HSL 21.95º 0.22% 0.36% -
HSV(B) 21.95º 0.36% 0.44% -
XYZ 11.39 10.79 7.61 -
YUV 93.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 113 87 72 0 0.23 0.36 0.56 21.95 0.22 0.36
Hex 71 57 48 0 17 24 38 16 16 24
Octal 161 127 110 0 27 44 70 26 26 44
Binary 1110001 1010111 1001000 0 10111 100100 111000 10110 10110 100100

Color Harmonies of #715748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715748

Black with #715748

Text Example


Text Example

White with #715748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715748; }

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

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

background-color css

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

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

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

border-color css

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

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

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