#78584A

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

Shades of Quincy #78584A

Tints of Quincy #78584A

Color information

#78584A (or 0x78584A) is unknown color: approx Quincy. HEX triplet: 78, 58 and 4A. RGB value is (120,88,74). Sum of RGB (Red+Green+Blue) = 120+88+74=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78584A is #87A7B5. Grayscale: #606060. Windows color (decimal): -8890294 or 4872312. OLE color: 4872312.

HSL color Cylindrical-coordinate representation of color #78584A: hue angle of 18.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78584A is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1208874-
CMYK00.270.380.53
HSL18.26º23.71%38.04%-
HSV(B)18.26º38.33%47.06%-
XYZ12.4711.478.03-
YUV95.97115.6145.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=42.55%
G=31.21%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120887400.270.380.5318.2623.7138.04
Hex78584A01B2635121826
Octal1701301120334665223046
Binary1111000101100010010100110111001101101011001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78584A; }

 p { color: rgb(120,88,74); }

 H1.HeaderClassName
 {
   color: #78584A;
 }
 .AnyTagClassName
 {
   color: #78584A;
 }
</style>
background-color css

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

 a { background-color: rgb(120,88,74); }

 div.DivClassName
 {
   background-color: #78584A;
 }
 .BgClassName
 {
   background-color: #78584A;
 }
</style>
border-color css

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

 span { border-color: rgb(120,88,74); }

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