Html Css Color HEX #858772 Bitter

📋 copy color: '#858772'

red 133 ◦ green 135 ◦ blue 114

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

Shades of Bitter #858772

Tints of Bitter #858772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

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

R = 34.82%
G = 35.34%
B = 29.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#858772 (or 0x858772) is known color: Bitter. HEX triplet: 85, 87 and 72. RGB value is (133,135,114). Sum of RGB (Red+Green+Blue) = 133+135+114=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #858772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858772 is #7A788D. Grayscale: #848484. Windows color (decimal): -8026254 or 7505797. OLE color: 7505797.

HSL color Cylindrical-coordinate representation of color #858772: hue angle of 65.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858772 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 114 -
CMYK 0.01 0 0.16 0.47
HSL 65.71º 0.08% 0.49% -
HSV(B) 65.71º 0.16% 0.53% -
XYZ 21.37 23.53 19.33 -
YUV 132.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 133 135 114 0.01 0 0.16 0.47 65.71 0.08 0.49
Hex 85 87 72 1 0 10 2F 42 8 31
Octal 205 207 162 1 0 20 57 102 10 61
Binary 10000101 10000111 1110010 1 0 10000 101111 1000010 1000 110001

Color Harmonies of #858772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858772

Black with #858772

Text Example


Text Example

White with #858772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858772; }

 p { color: rgb(133,135,114); }

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

background-color css

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

 a { background-color: rgb(133,135,114); }

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

border-color css

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

 span { border-color: rgb(133,135,114); }

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