Html Css Color HEX #70574C Quincy

📋 copy color: '#70574C'

red 112 ◦ green 87 ◦ blue 76

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

Shades of Quincy #70574C

Tints of Quincy #70574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 40.73%
G = 31.64%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70574C (or 0x70574C) is known color: Quincy. HEX triplet: 70, 57 and 4C. RGB value is (112,87,76). Sum of RGB (Red+Green+Blue) = 112+87+76=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70574C is #8FA8B3. Grayscale: #5D5D5D. Windows color (decimal): -9414836 or 5003120. OLE color: 5003120.

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

Color convert

RGB 112 87 76 -
CMYK 0 0.22 0.32 0.56
HSL 18.33º 0.19% 0.37% -
HSV(B) 18.33º 0.32% 0.44% -
XYZ 11.39 10.78 8.32 -
YUV 93.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 112 87 76 0 0.22 0.32 0.56 18.33 0.19 0.37
Hex 70 57 4C 0 16 20 38 12 13 25
Octal 160 127 114 0 26 40 70 22 23 45
Binary 1110000 1010111 1001100 0 10110 100000 111000 10010 10011 100101

Color Harmonies of #70574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70574C

Black with #70574C

Text Example


Text Example

White with #70574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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