Html Css Color HEX #888484 Grey

📋 copy color: '#888484'

red 136 ◦ green 132 ◦ blue 132

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

Shades of Grey #888484

Tints of Grey #888484

RGB

 RED value IS 136 (53.52% from 255) = 34%

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

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

R = 34%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#888484 (or 0x888484) is known color: Grey. HEX triplet: 88, 84 and 84. RGB value is (136,132,132). Sum of RGB (Red+Green+Blue) = 136+132+132=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 136 - color contains mainly: red. Hex color #888484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888484 is #777B7B. Grayscale: #858585. Windows color (decimal): -7830396 or 8684680. OLE color: 8684680.

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

Color convert

RGB 136 132 132 -
CMYK 0 0.03 0.03 0.47
HSL 0.02% 0.53% -
HSV(B) 0.03% 0.53% -
XYZ 22.57 23.4 25.16 -
YUV 133.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 136 132 132 0 0.03 0.03 0.47 0 0.02 0.53
Hex 88 84 84 0 3 3 2F 0 2 35
Octal 210 204 204 0 3 3 57 0 2 65
Binary 10001000 10000100 10000100 0 11 11 101111 0 10 110101

Color Harmonies of #888484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888484

Black with #888484

Text Example


Text Example

White with #888484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888484; }

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

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

background-color css

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

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

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

border-color css

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

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

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