#878279

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

Shades of Concord #878279

Tints of Concord #878279

Color information

#878279 (or 0x878279) is unknown color: approx Concord. HEX triplet: 87, 82 and 79. RGB value is (135,130,121). Sum of RGB (Red+Green+Blue) = 135+130+121=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #878279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878279 is #787D86. Grayscale: #828282. Windows color (decimal): -7896455 or 7963271. OLE color: 7963271.

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

Color convert

RGB135130121-
CMYK00.040.100.47
HSL38.57º5.51%50.2%-
HSV(B)38.57º10.37%52.94%-
XYZ21.4322.521.3-
YUV130.47122.66131.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=34.97%
G=33.68%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513012100.040.100.4738.575.5150.2
Hex87827904A2F27632
Octal20720217104125747662
Binary1000011110000010111100101001010101111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878279; }

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

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

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

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

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

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

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

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