Html Css Color HEX #705748 Quincy

📋 copy color: '#705748'

red 112 ◦ green 87 ◦ blue 72

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

Shades of Quincy #705748

Tints of Quincy #705748

RGB

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

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

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

R = 41.33%
G = 32.1%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705748 (or 0x705748) is known color: Quincy. HEX triplet: 70, 57 and 48. RGB value is (112,87,72). Sum of RGB (Red+Green+Blue) = 112+87+72=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705748 is #8FA8B7. Grayscale: #5C5C5C. Windows color (decimal): -9414840 or 4740976. OLE color: 4740976.

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

Color convert

RGB 112 87 72 -
CMYK 0 0.22 0.36 0.56
HSL 22.5º 0.22% 0.36% -
HSV(B) 22.5º 0.36% 0.44% -
XYZ 11.26 10.73 7.61 -
YUV 92.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 112 87 72 0 0.22 0.36 0.56 22.5 0.22 0.36
Hex 70 57 48 0 16 24 38 16 16 24
Octal 160 127 110 0 26 44 70 26 26 44
Binary 1110000 1010111 1001000 0 10110 100100 111000 10110 10110 100100

Color Harmonies of #705748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705748

Black with #705748

Text Example


Text Example

White with #705748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705748; }

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

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

background-color css

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

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

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

border-color css

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

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

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