Html Css Color HEX #868484 Grey

📋 copy color: '#868484'

red 134 ◦ green 132 ◦ blue 132

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

Shades of Grey #868484

Tints of Grey #868484

RGB

 RED value IS 134 (52.73% from 255) = 33.67%

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

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

R = 33.67%
G = 33.17%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#868484 (or 0x868484) is known color: Grey. HEX triplet: 86, 84 and 84. RGB value is (134,132,132). Sum of RGB (Red+Green+Blue) = 134+132+132=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 134 - color contains mainly: red. Hex color #868484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868484 is #797B7B. Grayscale: #848484. Windows color (decimal): -7961468 or 8684678. OLE color: 8684678.

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

Color convert

RGB 134 132 132 -
CMYK 0 0.01 0.01 0.47
HSL 0.01% 0.52% -
HSV(B) 0.01% 0.53% -
XYZ 22.25 23.24 25.14 -
YUV 132.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 134 132 132 0 0.01 0.01 0.47 0 0.01 0.52
Hex 86 84 84 0 1 1 2F 0 1 34
Octal 206 204 204 0 1 1 57 0 1 64
Binary 10000110 10000100 10000100 0 1 1 101111 0 1 110100

Color Harmonies of #868484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868484

Black with #868484

Text Example


Text Example

White with #868484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868484; }

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

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

background-color css

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

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

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

border-color css

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

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

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