Html Css Color HEX #858875 Bitter

📋 copy color: '#858875'

red 133 ◦ green 136 ◦ blue 117

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

Shades of Bitter #858875

Tints of Bitter #858875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 34.46%
G = 35.23%
B = 30.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#858875 (or 0x858875) is known color: Bitter. HEX triplet: 85, 88 and 75. RGB value is (133,136,117). Sum of RGB (Red+Green+Blue) = 133+136+117=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #858875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858875 is #7A778A. Grayscale: #858585. Windows color (decimal): -8025995 or 7702661. OLE color: 7702661.

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

Color convert

RGB 133 136 117 -
CMYK 0.02 0 0.14 0.47
HSL 69.47º 0.08% 0.5% -
HSV(B) 69.47º 0.14% 0.53% -
XYZ 21.69 23.88 20.3 -
YUV 132.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 133 136 117 0.02 0 0.14 0.47 69.47 0.08 0.5
Hex 85 88 75 2 0 E 2F 45 8 32
Octal 205 210 165 2 0 16 57 105 10 62
Binary 10000101 10001000 1110101 10 0 1110 101111 1000101 1000 110010

Color Harmonies of #858875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858875

Black with #858875

Text Example


Text Example

White with #858875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858875; }

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

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

background-color css

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

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

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

border-color css

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

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

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