Html Css Color HEX #888B6B Bitter

📋 copy color: '#888B6B'

red 136 ◦ green 139 ◦ blue 107

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

Shades of Bitter #888B6B

Tints of Bitter #888B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 35.6%
G = 36.39%
B = 28.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#888B6B (or 0x888B6B) is known color: Bitter. HEX triplet: 88, 8B and 6B. RGB value is (136,139,107). Sum of RGB (Red+Green+Blue) = 136+139+107=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6B is #777494. Grayscale: #868686. Windows color (decimal): -7828629 or 7048072. OLE color: 7048072.

HSL color Cylindrical-coordinate representation of color #888B6B: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888B6B is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 107 -
CMYK 0.02 0 0.23 0.45
HSL 65.63º 0.13% 0.48% -
HSV(B) 65.63º 0.23% 0.55% -
XYZ 22.04 24.76 17.53 -
YUV 134.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 136 139 107 0.02 0 0.23 0.45 65.63 0.13 0.48
Hex 88 8B 6B 2 0 17 2D 42 D 30
Octal 210 213 153 2 0 27 55 102 15 60
Binary 10001000 10001011 1101011 10 0 10111 101101 1000010 1101 110000

Color Harmonies of #888B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B6B

Black with #888B6B

Text Example


Text Example

White with #888B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888B6B; }

 p { color: rgb(136,139,107); }

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

background-color css

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

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

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

border-color css

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

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

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