Html Css Color HEX #888B72 Bitter

📋 copy color: '#888B72'

red 136 ◦ green 139 ◦ blue 114

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

Shades of Bitter #888B72

Tints of Bitter #888B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 34.96%
G = 35.73%
B = 29.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#888B72 (or 0x888B72) is known color: Bitter. HEX triplet: 88, 8B and 72. RGB value is (136,139,114). Sum of RGB (Red+Green+Blue) = 136+139+114=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #888B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B72 is #77748D. Grayscale: #878787. Windows color (decimal): -7828622 or 7506824. OLE color: 7506824.

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

Color convert

RGB 136 139 114 -
CMYK 0.02 0 0.18 0.45
HSL 67.2º 0.1% 0.5% -
HSV(B) 67.2º 0.18% 0.55% -
XYZ 22.42 24.91 19.55 -
YUV 135.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 136 139 114 0.02 0 0.18 0.45 67.2 0.1 0.5
Hex 88 8B 72 2 0 12 2D 43 A 32
Octal 210 213 162 2 0 22 55 103 12 62
Binary 10001000 10001011 1110010 10 0 10010 101101 1000011 1010 110010

Color Harmonies of #888B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B72

Black with #888B72

Text Example


Text Example

White with #888B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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