Html Css Color HEX #88887D Jumbo

📋 copy color: '#88887D'

red 136 ◦ green 136 ◦ blue 125

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

Shades of Jumbo #88887D

Tints of Jumbo #88887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 34.26%
G = 34.26%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88887D (or 0x88887D) is known color: Jumbo. HEX triplet: 88, 88 and 7D. RGB value is (136,136,125). Sum of RGB (Red+Green+Blue) = 136+136+125=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88887D is #777782. Grayscale: #868686. Windows color (decimal): -7829379 or 8226952. OLE color: 8226952.

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

Color convert

RGB 136 136 125 -
CMYK 0 0 0.08 0.47
HSL 60º 0.04% 0.51% -
HSV(B) 60º 0.08% 0.53% -
XYZ 22.66 24.32 22.9 -
YUV 134.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 136 136 125 0 0 0.08 0.47 60 0.04 0.51
Hex 88 88 7D 0 0 8 2F 3C 4 33
Octal 210 210 175 0 0 10 57 74 4 63
Binary 10001000 10001000 1111101 0 0 1000 101111 111100 100 110011

Color Harmonies of #88887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88887D

Black with #88887D

Text Example


Text Example

White with #88887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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