Html Css Color HEX #888B75 Bitter

📋 copy color: '#888B75'

red 136 ◦ green 139 ◦ blue 117

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

Shades of Bitter #888B75

Tints of Bitter #888B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 34.69%
G = 35.46%
B = 29.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#888B75 (or 0x888B75) is known color: Bitter. HEX triplet: 88, 8B and 75. RGB value is (136,139,117). Sum of RGB (Red+Green+Blue) = 136+139+117=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #888B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B75 is #77748A. Grayscale: #878787. Windows color (decimal): -7828619 or 7703432. OLE color: 7703432.

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

Color convert

RGB 136 139 117 -
CMYK 0.02 0 0.16 0.45
HSL 68.18º 0.09% 0.5% -
HSV(B) 68.18º 0.16% 0.55% -
XYZ 22.6 24.98 20.46 -
YUV 135.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 136 139 117 0.02 0 0.16 0.45 68.18 0.09 0.5
Hex 88 8B 75 2 0 10 2D 44 9 32
Octal 210 213 165 2 0 20 55 104 11 62
Binary 10001000 10001011 1110101 10 0 10000 101101 1000100 1001 110010

Color Harmonies of #888B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B75

Black with #888B75

Text Example


Text Example

White with #888B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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