Html Css Color HEX #88897F Jumbo

📋 copy color: '#88897F'

red 136 ◦ green 137 ◦ blue 127

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

Shades of Jumbo #88897F

Tints of Jumbo #88897F

RGB

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

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

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

R = 34%
G = 34.25%
B = 31.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#88897F (or 0x88897F) is known color: Jumbo. HEX triplet: 88, 89 and 7F. RGB value is (136,137,127). Sum of RGB (Red+Green+Blue) = 136+137+127=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 137 - color contains mainly: green. Hex color #88897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88897F is #777680. Grayscale: #878787. Windows color (decimal): -7829121 or 8358280. OLE color: 8358280.

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

Color convert

RGB 136 137 127 -
CMYK 0.01 0 0.07 0.46
HSL 66º 0.04% 0.52% -
HSV(B) 66º 0.07% 0.54% -
XYZ 22.93 24.66 23.63 -
YUV 135.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 136 137 127 0.01 0 0.07 0.46 66 0.04 0.52
Hex 88 89 7F 1 0 7 2E 42 4 34
Octal 210 211 177 1 0 7 56 102 4 64
Binary 10001000 10001001 1111111 1 0 111 101110 1000010 100 110100

Color Harmonies of #88897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88897F

Black with #88897F

Text Example


Text Example

White with #88897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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