Html Css Color HEX #888585 Grey

📋 copy color: '#888585'

red 136 ◦ green 133 ◦ blue 133

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

Shades of Grey #888585

Tints of Grey #888585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 133 (52.34% 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

#888585 (or 0x888585) is known color: Grey. HEX triplet: 88, 85 and 85. RGB value is (136,133,133). Sum of RGB (Red+Green+Blue) = 136+133+133=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 136 - color contains mainly: red. Hex color #888585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888585 is #777A7A. Grayscale: #858585. Windows color (decimal): -7830139 or 8750472. OLE color: 8750472.

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

Color convert

RGB 136 133 133 -
CMYK 0 0.02 0.02 0.47
HSL 0.01% 0.53% -
HSV(B) 0.02% 0.53% -
XYZ 22.77 23.7 25.57 -
YUV 133.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 136 133 133 0 0.02 0.02 0.47 0 0.01 0.53
Hex 88 85 85 0 2 2 2F 0 1 35
Octal 210 205 205 0 2 2 57 0 1 65
Binary 10001000 10000101 10000101 0 10 10 101111 0 1 110101

Color Harmonies of #888585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888585

Black with #888585

Text Example


Text Example

White with #888585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888585; }

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

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

background-color css

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

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

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

border-color css

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

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

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