Html Css Color HEX #87827A Concord

📋 copy color: '#87827A'

red 135 ◦ green 130 ◦ blue 122

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

Shades of Concord #87827A

Tints of Concord #87827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 34.88%
G = 33.59%
B = 31.52%

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

#87827A (or 0x87827A) is known color: Concord. HEX triplet: 87, 82 and 7A. RGB value is (135,130,122). Sum of RGB (Red+Green+Blue) = 135+130+122=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #87827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827A is #787D85. Grayscale: #828282. Windows color (decimal): -7896454 or 8028807. OLE color: 8028807.

HSL color Cylindrical-coordinate representation of color #87827A: hue angle of 36.92º degrees, saturation: 0.05, 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 #87827A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 122 -
CMYK 0 0.04 0.10 0.47
HSL 36.92º 0.05% 0.5% -
HSV(B) 36.92º 0.1% 0.53% -
XYZ 21.49 22.52 21.63 -
YUV 130.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 135 130 122 0 0.04 0.10 0.47 36.92 0.05 0.5
Hex 87 82 7A 0 4 A 2F 25 5 32
Octal 207 202 172 0 4 12 57 45 5 62
Binary 10000111 10000010 1111010 0 100 1010 101111 100101 101 110010

Color Harmonies of #87827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87827A

Black with #87827A

Text Example


Text Example

White with #87827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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