Html Css Color HEX #878279 Concord

📋 copy color: '#878279'

red 135 ◦ green 130 ◦ blue 121

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

Shades of Concord #878279

Tints of Concord #878279

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#878279 (or 0x878279) is known color: 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

RGB 135 130 121 -
CMYK 0 0.04 0.10 0.47
HSL 38.57º 0.06% 0.5% -
HSV(B) 38.57º 0.1% 0.53% -
XYZ 21.43 22.5 21.3 -
YUV 130.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 135 130 121 0 0.04 0.10 0.47 38.57 0.06 0.5
Hex 87 82 79 0 4 A 2F 27 6 32
Octal 207 202 171 0 4 12 57 47 6 62
Binary 10000111 10000010 1111001 0 100 1010 101111 100111 110 110010

Color Harmonies of #878279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878279

Black with #878279

Text Example


Text Example

White with #878279

Text Example


Text Example

HTML Codes & Css Web 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>