Html Css Color HEX #888F75 Bitter

📋 copy color: '#888F75'

red 136 ◦ green 143 ◦ blue 117

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

Shades of Bitter #888F75

Tints of Bitter #888F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 34.34%
G = 36.11%
B = 29.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#888F75 (or 0x888F75) is known color: Bitter. HEX triplet: 88, 8F and 75. RGB value is (136,143,117). Sum of RGB (Red+Green+Blue) = 136+143+117=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #888F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F75 is #77708A. Grayscale: #8A8A8A. Windows color (decimal): -7827595 or 7704456. OLE color: 7704456.

HSL color Cylindrical-coordinate representation of color #888F75: hue angle of 76.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #888F75 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 143 117 -
CMYK 0.05 0 0.18 0.44
HSL 76.15º 0.1% 0.51% -
HSV(B) 76.15º 0.18% 0.56% -
XYZ 23.19 26.16 20.66 -
YUV 137.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 136 143 117 0.05 0 0.18 0.44 76.15 0.1 0.51
Hex 88 8F 75 5 0 12 2C 4C A 33
Octal 210 217 165 5 0 22 54 114 12 63
Binary 10001000 10001111 1110101 101 0 10010 101100 1001100 1010 110011

Color Harmonies of #888F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F75

Black with #888F75

Text Example


Text Example

White with #888F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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