#878075

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

Shades of Concord #878075

Tints of Concord #878075

Color information

#878075 (or 0x878075) is unknown color: approx Concord. HEX triplet: 87, 80 and 75. RGB value is (135,128,117). Sum of RGB (Red+Green+Blue) = 135+128+117=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #878075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878075 is #787F8A. Grayscale: #808080. Windows color (decimal): -7896971 or 7700615. OLE color: 7700615.

HSL color Cylindrical-coordinate representation of color #878075: hue angle of 36.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878075 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135128117-
CMYK00.050.130.47
HSL36.67º7.14%49.41%-
HSV(B)36.67º13.33%52.94%-
XYZ20.9221.8719.95-
YUV128.84121.32132.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=35.53%
G=33.68%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512811700.050.130.4736.677.1449.41
Hex87807505D2F25731
Octal20720016505155745761
Binary1000011110000000111010101011101101111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878075; }

 p { color: rgb(135,128,117); }

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

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

 a { background-color: rgb(135,128,117); }

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

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

 span { border-color: rgb(135,128,117); }

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