Html Css Color HEX #858876 Bitter

📋 copy color: '#858876'

red 133 ◦ green 136 ◦ blue 118

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

Shades of Bitter #858876

Tints of Bitter #858876

RGB

 RED value IS 133 (52.34% from 255) = 34.37%

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 34.37%
G = 35.14%
B = 30.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#858876 (or 0x858876) is known color: Bitter. HEX triplet: 85, 88 and 76. RGB value is (133,136,118). Sum of RGB (Red+Green+Blue) = 133+136+118=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #858876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858876 is #7A7789. Grayscale: #858585. Windows color (decimal): -8025994 or 7768197. OLE color: 7768197.

HSL color Cylindrical-coordinate representation of color #858876: hue angle of 70º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858876 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 118 -
CMYK 0.02 0 0.13 0.47
HSL 70º 0.07% 0.5% -
HSV(B) 70º 0.13% 0.53% -
XYZ 21.75 23.9 20.61 -
YUV 133.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 133 136 118 0.02 0 0.13 0.47 70 0.07 0.5
Hex 85 88 76 2 0 D 2F 46 7 32
Octal 205 210 166 2 0 15 57 106 7 62
Binary 10000101 10001000 1110110 10 0 1101 101111 1000110 111 110010

Color Harmonies of #858876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858876

Black with #858876

Text Example


Text Example

White with #858876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858876; }

 p { color: rgb(133,136,118); }

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

background-color css

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

 a { background-color: rgb(133,136,118); }

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

border-color css

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

 span { border-color: rgb(133,136,118); }

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