Html Css Color HEX #88897D Jumbo

📋 copy color: '#88897D'

red 136 ◦ green 137 ◦ blue 125

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

Shades of Jumbo #88897D

Tints of Jumbo #88897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

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

R = 34.17%
G = 34.42%
B = 31.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#88897D (or 0x88897D) is known color: Jumbo. HEX triplet: 88, 89 and 7D. RGB value is (136,137,125). Sum of RGB (Red+Green+Blue) = 136+137+125=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #88897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88897D is #777682. Grayscale: #878787. Windows color (decimal): -7829123 or 8227208. OLE color: 8227208.

HSL color Cylindrical-coordinate representation of color #88897D: hue angle of 65º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88897D is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 125 -
CMYK 0.01 0 0.09 0.46
HSL 65º 0.05% 0.51% -
HSV(B) 65º 0.09% 0.54% -
XYZ 22.8 24.61 22.95 -
YUV 135.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 136 137 125 0.01 0 0.09 0.46 65 0.05 0.51
Hex 88 89 7D 1 0 9 2E 41 5 33
Octal 210 211 175 1 0 11 56 101 5 63
Binary 10001000 10001001 1111101 1 0 1001 101110 1000001 101 110011

Color Harmonies of #88897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88897D

Black with #88897D

Text Example


Text Example

White with #88897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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