Html Css Color HEX #888887 Jumbo

📋 copy color: '#888887'

red 136 ◦ green 136 ◦ blue 135

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

Shades of Jumbo #888887

Tints of Jumbo #888887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 33.42%
G = 33.42%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#888887 (or 0x888887) is known color: Jumbo. HEX triplet: 88, 88 and 87. RGB value is (136,136,135). Sum of RGB (Red+Green+Blue) = 136+136+135=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888887 is #777778. Grayscale: #878787. Windows color (decimal): -7829369 or 8882312. OLE color: 8882312.

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

Color convert

RGB 136 136 135 -
CMYK 0 0 0.01 0.47
HSL 60º 0% 0.53% -
HSV(B) 60º 0.01% 0.53% -
XYZ 23.33 24.59 26.44 -
YUV 135.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 136 136 135 0 0 0.01 0.47 60 0 0.53
Hex 88 88 87 0 0 1 2F 3C 0 35
Octal 210 210 207 0 0 1 57 74 0 65
Binary 10001000 10001000 10000111 0 0 1 101111 111100 0 110101

Color Harmonies of #888887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888887

Black with #888887

Text Example


Text Example

White with #888887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888887; }

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

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

background-color css

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

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

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

border-color css

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

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

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