Html Css Color HEX #715744 Quincy

📋 copy color: '#715744'

red 113 ◦ green 87 ◦ blue 68

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

Shades of Quincy #715744

Tints of Quincy #715744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 42.16%
G = 32.46%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715744 (or 0x715744) is known color: Quincy. HEX triplet: 71, 57 and 44. RGB value is (113,87,68). Sum of RGB (Red+Green+Blue) = 113+87+68=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715744 is #8EA8BB. Grayscale: #5C5C5C. Windows color (decimal): -9349308 or 4478833. OLE color: 4478833.

HSL color Cylindrical-coordinate representation of color #715744: hue angle of 25.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715744 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 68 -
CMYK 0 0.23 0.40 0.56
HSL 25.33º 0.25% 0.35% -
HSV(B) 25.33º 0.4% 0.44% -
XYZ 11.26 10.74 6.95 -
YUV 92.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 113 87 68 0 0.23 0.40 0.56 25.33 0.25 0.35
Hex 71 57 44 0 17 28 38 19 19 23
Octal 161 127 104 0 27 50 70 31 31 43
Binary 1110001 1010111 1000100 0 10111 101000 111000 11001 11001 100011

Color Harmonies of #715744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715744

Black with #715744

Text Example


Text Example

White with #715744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715744; }

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

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

background-color css

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

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

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

border-color css

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

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

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