Html Css Color HEX #888881 Jumbo

📋 copy color: '#888881'

red 136 ◦ green 136 ◦ blue 129

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

Shades of Jumbo #888881

Tints of Jumbo #888881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 33.92%
G = 33.92%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#888881 (or 0x888881) is known color: Jumbo. HEX triplet: 88, 88 and 81. RGB value is (136,136,129). Sum of RGB (Red+Green+Blue) = 136+136+129=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888881 is #77777E. Grayscale: #878787. Windows color (decimal): -7829375 or 8489096. OLE color: 8489096.

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

Color convert

RGB 136 136 129 -
CMYK 0 0 0.05 0.47
HSL 60º 0.03% 0.52% -
HSV(B) 60º 0.05% 0.53% -
XYZ 22.92 24.43 24.28 -
YUV 135.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 136 136 129 0 0 0.05 0.47 60 0.03 0.52
Hex 88 88 81 0 0 5 2F 3C 3 34
Octal 210 210 201 0 0 5 57 74 3 64
Binary 10001000 10001000 10000001 0 0 101 101111 111100 11 110100

Color Harmonies of #888881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888881

Black with #888881

Text Example


Text Example

White with #888881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888881; }

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

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

background-color css

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

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

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

border-color css

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

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

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