Html Css Color HEX #88887F Jumbo

📋 copy color: '#88887F'

red 136 ◦ green 136 ◦ blue 127

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

Shades of Jumbo #88887F

Tints of Jumbo #88887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 34.09%
G = 34.09%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88887F (or 0x88887F) is known color: Jumbo. HEX triplet: 88, 88 and 7F. RGB value is (136,136,127). Sum of RGB (Red+Green+Blue) = 136+136+127=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88887F is #777780. Grayscale: #878787. Windows color (decimal): -7829377 or 8358024. OLE color: 8358024.

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

Color convert

RGB 136 136 127 -
CMYK 0 0 0.07 0.47
HSL 60º 0.04% 0.52% -
HSV(B) 60º 0.07% 0.53% -
XYZ 22.79 24.37 23.58 -
YUV 134.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 136 136 127 0 0 0.07 0.47 60 0.04 0.52
Hex 88 88 7F 0 0 7 2F 3C 4 34
Octal 210 210 177 0 0 7 57 74 4 64
Binary 10001000 10001000 1111111 0 0 111 101111 111100 100 110100

Color Harmonies of #88887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88887F

Black with #88887F

Text Example


Text Example

White with #88887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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