Html Css Color HEX #878484 Grey

📋 copy color: '#878484'

red 135 ◦ green 132 ◦ blue 132

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

Shades of Grey #878484

Tints of Grey #878484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 33.83%
G = 33.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#878484 (or 0x878484) is known color: Grey. HEX triplet: 87, 84 and 84. RGB value is (135,132,132). Sum of RGB (Red+Green+Blue) = 135+132+132=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 135 - color contains mainly: red. Hex color #878484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878484 is #787B7B. Grayscale: #848484. Windows color (decimal): -7895932 or 8684679. OLE color: 8684679.

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

Color convert

RGB 135 132 132 -
CMYK 0 0.02 0.02 0.47
HSL 0.01% 0.52% -
HSV(B) 0.02% 0.53% -
XYZ 22.41 23.32 25.15 -
YUV 132.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 135 132 132 0 0.02 0.02 0.47 0 0.01 0.52
Hex 87 84 84 0 2 2 2F 0 1 34
Octal 207 204 204 0 2 2 57 0 1 64
Binary 10000111 10000100 10000100 0 10 10 101111 0 1 110100

Color Harmonies of #878484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878484

Black with #878484

Text Example


Text Example

White with #878484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878484; }

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

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

background-color css

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

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

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

border-color css

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

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

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