Html Css Color HEX #888282 Grey

📋 copy color: '#888282'

red 136 ◦ green 130 ◦ blue 130

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

Shades of Grey #888282

Tints of Grey #888282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 34.34%
G = 32.83%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#888282 (or 0x888282) is known color: Grey. HEX triplet: 88, 82 and 82. RGB value is (136,130,130). Sum of RGB (Red+Green+Blue) = 136+130+130=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 136 - color contains mainly: red. Hex color #888282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888282 is #777D7D. Grayscale: #838383. Windows color (decimal): -7830910 or 8553096. OLE color: 8553096.

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

Color convert

RGB 136 130 130 -
CMYK 0 0.04 0.04 0.47
HSL 0.02% 0.52% -
HSV(B) 0.04% 0.53% -
XYZ 22.17 22.81 24.35 -
YUV 131.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 136 130 130 0 0.04 0.04 0.47 0 0.02 0.52
Hex 88 82 82 0 4 4 2F 0 2 34
Octal 210 202 202 0 4 4 57 0 2 64
Binary 10001000 10000010 10000010 0 100 100 101111 0 10 110100

Color Harmonies of #888282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888282

Black with #888282

Text Example


Text Example

White with #888282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888282; }

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

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

background-color css

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

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

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

border-color css

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

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

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