#70554C

Color #70554C Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #70554C

Tints of Quincy #70554C

Color information

#70554C (or 0x70554C) is unknown color: approx 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

RGB1128576-
CMYK00.240.320.56
HSL15º19.15%36.86%-
HSV(B)15º32.14%43.92%-
XYZ11.2410.468.26-
YUV92.05118.95142.23-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112857600.240.320.561519.1536.86
Hex70554C0182038f1325
Octal1601251140304070172345
Binary111000010101011001100011000100000111000111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>