Html Css Color HEX #88887C Jumbo

📋 copy color: '#88887C'

red 136 ◦ green 136 ◦ blue 124

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

Shades of Jumbo #88887C

Tints of Jumbo #88887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 34.34%
G = 34.34%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88887C (or 0x88887C) is known color: Jumbo. HEX triplet: 88, 88 and 7C. RGB value is (136,136,124). Sum of RGB (Red+Green+Blue) = 136+136+124=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88887C is #777783. Grayscale: #868686. Windows color (decimal): -7829380 or 8161416. OLE color: 8161416.

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

Color convert

RGB 136 136 124 -
CMYK 0 0 0.09 0.47
HSL 60º 0.05% 0.51% -
HSV(B) 60º 0.09% 0.53% -
XYZ 22.6 24.3 22.57 -
YUV 134.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 136 136 124 0 0 0.09 0.47 60 0.05 0.51
Hex 88 88 7C 0 0 9 2F 3C 5 33
Octal 210 210 174 0 0 11 57 74 5 63
Binary 10001000 10001000 1111100 0 0 1001 101111 111100 101 110011

Color Harmonies of #88887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88887C

Black with #88887C

Text Example


Text Example

White with #88887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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