#878278

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

Shades of Concord #878278

Tints of Concord #878278

Color information

#878278 (or 0x878278) is unknown color: approx Concord. HEX triplet: 87, 82 and 78. RGB value is (135,130,120). Sum of RGB (Red+Green+Blue) = 135+130+120=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878278 is #787D87. Grayscale: #828282. Windows color (decimal): -7896456 or 7897735. OLE color: 7897735.

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

Color convert

RGB135130120-
CMYK00.040.110.47
HSL40º5.88%50%-
HSV(B)40º11.11%52.94%-
XYZ21.3622.4720.98-
YUV130.35122.16131.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=35.06%
G=33.77%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513012000.040.110.47405.8850
Hex87827804B2F28632
Octal20720217004135750662
Binary1000011110000010111100001001011101111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878278; }

 p { color: rgb(135,130,120); }

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

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

 a { background-color: rgb(135,130,120); }

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

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

 span { border-color: rgb(135,130,120); }

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