Html Css Color HEX #858879 Bitter

📋 copy color: '#858879'

red 133 ◦ green 136 ◦ blue 121

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

Shades of Bitter #858879

Tints of Bitter #858879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 34.1%
G = 34.87%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#858879 (or 0x858879) is known color: Bitter. HEX triplet: 85, 88 and 79. RGB value is (133,136,121). Sum of RGB (Red+Green+Blue) = 133+136+121=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #858879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858879 is #7A7786. Grayscale: #858585. Windows color (decimal): -8025991 or 7964805. OLE color: 7964805.

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

Color convert

RGB 133 136 121 -
CMYK 0.02 0 0.11 0.47
HSL 72º 0.06% 0.5% -
HSV(B) 72º 0.11% 0.53% -
XYZ 21.93 23.98 21.56 -
YUV 133.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 133 136 121 0.02 0 0.11 0.47 72 0.06 0.5
Hex 85 88 79 2 0 B 2F 48 6 32
Octal 205 210 171 2 0 13 57 110 6 62
Binary 10000101 10001000 1111001 10 0 1011 101111 1001000 110 110010

Color Harmonies of #858879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858879

Black with #858879

Text Example


Text Example

White with #858879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858879; }

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

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

background-color css

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

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

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

border-color css

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

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

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