Html Css Color HEX #878071 Concord

📋 copy color: '#878071'

red 135 ◦ green 128 ◦ blue 113

#878071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Concord #878071

Tints of Concord #878071

RGB

 RED value IS 135 (53.13% from 255) = 35.9%

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 35.9%
G = 34.04%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#878071 (or 0x878071) is known color: Concord. HEX triplet: 87, 80 and 71. RGB value is (135,128,113). Sum of RGB (Red+Green+Blue) = 135+128+113=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #878071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878071 is #787F8E. Grayscale: #808080. Windows color (decimal): -7896975 or 7438471. OLE color: 7438471.

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

Color convert

RGB 135 128 113 -
CMYK 0 0.05 0.16 0.47
HSL 40.91º 0.09% 0.49% -
HSV(B) 40.91º 0.16% 0.53% -
XYZ 20.69 21.78 18.74 -
YUV 128.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 135 128 113 0 0.05 0.16 0.47 40.91 0.09 0.49
Hex 87 80 71 0 5 10 2F 29 9 31
Octal 207 200 161 0 5 20 57 51 11 61
Binary 10000111 10000000 1110001 0 101 10000 101111 101001 1001 110001

Color Harmonies of #878071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878071

Black with #878071

Text Example


Text Example

White with #878071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878071; }

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

 H1.HeaderClassName
 {
   color: #878071;
 }
 .AnyTagClassName
 {
   color: #878071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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