Html Css Color HEX #888983 Jumbo

📋 copy color: '#888983'

red 136 ◦ green 137 ◦ blue 131

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

Shades of Jumbo #888983

Tints of Jumbo #888983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 33.66%
G = 33.91%
B = 32.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#888983 (or 0x888983) is known color: Jumbo. HEX triplet: 88, 89 and 83. RGB value is (136,137,131). Sum of RGB (Red+Green+Blue) = 136+137+131=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 137 - color contains mainly: green. Hex color #888983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888983 is #77767C. Grayscale: #888888. Windows color (decimal): -7829117 or 8620424. OLE color: 8620424.

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

Color convert

RGB 136 137 131 -
CMYK 0.01 0 0.04 0.46
HSL 70º 0.02% 0.53% -
HSV(B) 70º 0.04% 0.54% -
XYZ 23.2 24.76 25.03 -
YUV 136.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 136 137 131 0.01 0 0.04 0.46 70 0.02 0.53
Hex 88 89 83 1 0 4 2E 46 2 35
Octal 210 211 203 1 0 4 56 106 2 65
Binary 10001000 10001001 10000011 1 0 100 101110 1000110 10 110101

Color Harmonies of #888983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888983

Black with #888983

Text Example


Text Example

White with #888983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888983; }

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

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

background-color css

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

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

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

border-color css

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

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

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