Html Css Color HEX #877F7F Grey

📋 copy color: '#877F7F'

red 135 ◦ green 127 ◦ blue 127

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

Shades of Grey #877F7F

Tints of Grey #877F7F

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 34.7%
G = 32.65%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#877F7F (or 0x877F7F) is known color: Grey. HEX triplet: 87, 7F and 7F. RGB value is (135,127,127). Sum of RGB (Red+Green+Blue) = 135+127+127=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F7F is #788080. Grayscale: #818181. Windows color (decimal): -7897217 or 8355719. OLE color: 8355719.

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

Color convert

RGB 135 127 127 -
CMYK 0 0.06 0.06 0.47
HSL 0.03% 0.51% -
HSV(B) 0.06% 0.53% -
XYZ 21.41 21.86 23.17 -
YUV 129.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 135 127 127 0 0.06 0.06 0.47 0 0.03 0.51
Hex 87 7F 7F 0 6 6 2F 0 3 33
Octal 207 177 177 0 6 6 57 0 3 63
Binary 10000111 1111111 1111111 0 110 110 101111 0 11 110011

Color Harmonies of #877F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F7F

Black with #877F7F

Text Example


Text Example

White with #877F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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