Html Css Color HEX #70554C Quincy

📋 copy color: '#70554C'

red 112 ◦ green 85 ◦ blue 76

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

Shades of Quincy #70554C

Tints of Quincy #70554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 41.03%
G = 31.14%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70554C (or 0x70554C) is known color: Quincy. HEX triplet: 70, 55 and 4C. RGB value is (112,85,76). Sum of RGB (Red+Green+Blue) = 112+85+76=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70554C is #8FAAB3. Grayscale: #5C5C5C. Windows color (decimal): -9415348 or 5002608. OLE color: 5002608.

HSL color Cylindrical-coordinate representation of color #70554C: hue angle of 15º 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 #70554C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 76 -
CMYK 0 0.24 0.32 0.56
HSL 15º 0.19% 0.37% -
HSV(B) 15º 0.32% 0.44% -
XYZ 11.24 10.46 8.26 -
YUV 92.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 112 85 76 0 0.24 0.32 0.56 15 0.19 0.37
Hex 70 55 4C 0 18 20 38 F 13 25
Octal 160 125 114 0 30 40 70 17 23 45
Binary 1110000 1010101 1001100 0 11000 100000 111000 1111 10011 100101

Color Harmonies of #70554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70554C

Black with #70554C

Text Example


Text Example

White with #70554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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