Html Css Color HEX #877E7E Grey

📋 copy color: '#877E7E'

red 135 ◦ green 126 ◦ blue 126

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

Shades of Grey #877E7E

Tints of Grey #877E7E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 34.88%
G = 32.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#877E7E (or 0x877E7E) is known color: Grey. HEX triplet: 87, 7E and 7E. RGB value is (135,126,126). Sum of RGB (Red+Green+Blue) = 135+126+126=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7E is #788181. Grayscale: #808080. Windows color (decimal): -7897474 or 8289927. OLE color: 8289927.

HSL color Cylindrical-coordinate representation of color #877E7E: 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.07%. Process color model (Four color, CMYK) of #877E7E is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 126 126 -
CMYK 0 0.07 0.07 0.47
HSL 0.04% 0.51% -
HSV(B) 0.07% 0.53% -
XYZ 21.22 21.58 22.79 -
YUV 128.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 135 126 126 0 0.07 0.07 0.47 0 0.04 0.51
Hex 87 7E 7E 0 7 7 2F 0 4 33
Octal 207 176 176 0 7 7 57 0 4 63
Binary 10000111 1111110 1111110 0 111 111 101111 0 100 110011

Color Harmonies of #877E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E7E

Black with #877E7E

Text Example


Text Example

White with #877E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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