Html Css Color HEX #878070 Concord

📋 copy color: '#878070'

red 135 ◦ green 128 ◦ blue 112

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

Shades of Concord #878070

Tints of Concord #878070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 36%
G = 34.13%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#878070 (or 0x878070) is known color: Concord. HEX triplet: 87, 80 and 70. RGB value is (135,128,112). Sum of RGB (Red+Green+Blue) = 135+128+112=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #878070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878070 is #787F8F. Grayscale: #808080. Windows color (decimal): -7896976 or 7372935. OLE color: 7372935.

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

Color convert

RGB 135 128 112 -
CMYK 0 0.05 0.17 0.47
HSL 41.74º 0.09% 0.48% -
HSV(B) 41.74º 0.17% 0.53% -
XYZ 20.64 21.76 18.44 -
YUV 128.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 135 128 112 0 0.05 0.17 0.47 41.74 0.09 0.48
Hex 87 80 70 0 5 11 2F 2A 9 30
Octal 207 200 160 0 5 21 57 52 11 60
Binary 10000111 10000000 1110000 0 101 10001 101111 101010 1001 110000

Color Harmonies of #878070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878070

Black with #878070

Text Example


Text Example

White with #878070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878070; }

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

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

background-color css

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

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

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

border-color css

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

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

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