Html Css Color HEX #877C7C Grey

📋 copy color: '#877C7C'

red 135 ◦ green 124 ◦ blue 124

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

Shades of Grey #877C7C

Tints of Grey #877C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 35.25%
G = 32.38%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#877C7C (or 0x877C7C) is known color: Grey. HEX triplet: 87, 7C and 7C. RGB value is (135,124,124). Sum of RGB (Red+Green+Blue) = 135+124+124=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C7C is #788383. Grayscale: #7F7F7F. Windows color (decimal): -7897988 or 8158343. OLE color: 8158343.

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

Color convert

RGB 135 124 124 -
CMYK 0 0.08 0.08 0.47
HSL 0.04% 0.51% -
HSV(B) 0.08% 0.53% -
XYZ 20.84 21.02 22.03 -
YUV 127.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 135 124 124 0 0.08 0.08 0.47 0 0.04 0.51
Hex 87 7C 7C 0 8 8 2F 0 4 33
Octal 207 174 174 0 10 10 57 0 4 63
Binary 10000111 1111100 1111100 0 1000 1000 101111 0 100 110011

Color Harmonies of #877C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C7C

Black with #877C7C

Text Example


Text Example

White with #877C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877C7C; }

 p { color: rgb(135,124,124); }

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

background-color css

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

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

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

border-color css

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

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

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