Html Css Color HEX #858877 Bitter

📋 copy color: '#858877'

red 133 ◦ green 136 ◦ blue 119

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

Shades of Bitter #858877

Tints of Bitter #858877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 34.28%
G = 35.05%
B = 30.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#858877 (or 0x858877) is known color: Bitter. HEX triplet: 85, 88 and 77. RGB value is (133,136,119). Sum of RGB (Red+Green+Blue) = 133+136+119=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #858877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858877 is #7A7788. Grayscale: #858585. Windows color (decimal): -8025993 or 7833733. OLE color: 7833733.

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

Color convert

RGB 133 136 119 -
CMYK 0.02 0 0.12 0.47
HSL 70.59º 0.07% 0.5% -
HSV(B) 70.59º 0.13% 0.53% -
XYZ 21.81 23.93 20.92 -
YUV 133.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 133 136 119 0.02 0 0.12 0.47 70.59 0.07 0.5
Hex 85 88 77 2 0 C 2F 47 7 32
Octal 205 210 167 2 0 14 57 107 7 62
Binary 10000101 10001000 1110111 10 0 1100 101111 1000111 111 110010

Color Harmonies of #858877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858877

Black with #858877

Text Example


Text Example

White with #858877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858877; }

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

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

background-color css

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

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

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

border-color css

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

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

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