Html Css Color HEX #888B74 Bitter

📋 copy color: '#888B74'

red 136 ◦ green 139 ◦ blue 116

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

Shades of Bitter #888B74

Tints of Bitter #888B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 34.78%
G = 35.55%
B = 29.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#888B74 (or 0x888B74) is known color: Bitter. HEX triplet: 88, 8B and 74. RGB value is (136,139,116). Sum of RGB (Red+Green+Blue) = 136+139+116=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #888B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B74 is #77748B. Grayscale: #878787. Windows color (decimal): -7828620 or 7637896. OLE color: 7637896.

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

Color convert

RGB 136 139 116 -
CMYK 0.02 0 0.17 0.45
HSL 67.83º 0.09% 0.5% -
HSV(B) 67.83º 0.17% 0.55% -
XYZ 22.54 24.96 20.15 -
YUV 135.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 136 139 116 0.02 0 0.17 0.45 67.83 0.09 0.5
Hex 88 8B 74 2 0 11 2D 44 9 32
Octal 210 213 164 2 0 21 55 104 11 62
Binary 10001000 10001011 1110100 10 0 10001 101101 1000100 1001 110010

Color Harmonies of #888B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B74

Black with #888B74

Text Example


Text Example

White with #888B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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