Html Css Color HEX #705447 Quincy

📋 copy color: '#705447'

red 112 ◦ green 84 ◦ blue 71

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

Shades of Quincy #705447

Tints of Quincy #705447

RGB

 RED value IS 112 (44.14% from 255) = 41.95%

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

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 41.95%
G = 31.46%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#705447 (or 0x705447) is known color: Quincy. HEX triplet: 70, 54 and 47. RGB value is (112,84,71). Sum of RGB (Red+Green+Blue) = 112+84+71=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705447 is #8FABB8. Grayscale: #5A5A5A. Windows color (decimal): -9415609 or 4674672. OLE color: 4674672.

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

Color convert

RGB 112 84 71 -
CMYK 0 0.25 0.37 0.56
HSL 19.02º 0.22% 0.36% -
HSV(B) 19.02º 0.37% 0.44% -
XYZ 10.99 10.24 7.36 -
YUV 90.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 112 84 71 0 0.25 0.37 0.56 19.02 0.22 0.36
Hex 70 54 47 0 19 25 38 13 16 24
Octal 160 124 107 0 31 45 70 23 26 44
Binary 1110000 1010100 1000111 0 11001 100101 111000 10011 10110 100100

Color Harmonies of #705447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705447

Black with #705447

Text Example


Text Example

White with #705447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705447; }

 p { color: rgb(112,84,71); }

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

background-color css

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

 a { background-color: rgb(112,84,71); }

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

border-color css

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

 span { border-color: rgb(112,84,71); }

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