Html Css Color HEX #878278 Concord

📋 copy color: '#878278'

red 135 ◦ green 130 ◦ blue 120

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

Shades of Concord #878278

Tints of Concord #878278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 35.06%
G = 33.77%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#878278 (or 0x878278) is known color: Concord. HEX triplet: 87, 82 and 78. RGB value is (135,130,120). Sum of RGB (Red+Green+Blue) = 135+130+120=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878278 is #787D87. Grayscale: #828282. Windows color (decimal): -7896456 or 7897735. OLE color: 7897735.

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

Color convert

RGB 135 130 120 -
CMYK 0 0.04 0.11 0.47
HSL 40º 0.06% 0.5% -
HSV(B) 40º 0.11% 0.53% -
XYZ 21.36 22.47 20.98 -
YUV 130.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 135 130 120 0 0.04 0.11 0.47 40 0.06 0.5
Hex 87 82 78 0 4 B 2F 28 6 32
Octal 207 202 170 0 4 13 57 50 6 62
Binary 10000111 10000010 1111000 0 100 1011 101111 101000 110 110010

Color Harmonies of #878278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878278

Black with #878278

Text Example


Text Example

White with #878278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878278; }

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

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

background-color css

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

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

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

border-color css

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

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

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