#787571

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

Shades of Concord #787571

Tints of Concord #787571

Color information

#787571 (or 0x787571) is unknown color: approx Concord. HEX triplet: 78, 75 and 71. RGB value is (120,117,113). Sum of RGB (Red+Green+Blue) = 120+117+113=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 120 - color contains mainly: red. Hex color #787571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787571 is #878A8E. Grayscale: #757575. Windows color (decimal): -8882831 or 7435640. OLE color: 7435640.

HSL color Cylindrical-coordinate representation of color #787571: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787571 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB120117113-
CMYK00.020.060.53
HSL34.29º3%45.69%-
HSV(B)34.29º5.83%47.06%-
XYZ17.0917.9118.18-
YUV117.44125.49129.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=34.29%
G=33.43%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011711300.020.060.5334.29345.69
Hex787571026352232e
Octal1701651610266542356
Binary11110001110101111000101011011010110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787571; }

 p { color: rgb(120,117,113); }

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

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

 a { background-color: rgb(120,117,113); }

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

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

 span { border-color: rgb(120,117,113); }

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