Html Css Color HEX #848875 Bitter

📋 copy color: '#848875'

red 132 ◦ green 136 ◦ blue 117

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

Shades of Bitter #848875

Tints of Bitter #848875

RGB

 RED value IS 132 (51.95% from 255) = 34.29%

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

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

R = 34.29%
G = 35.32%
B = 30.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#848875 (or 0x848875) is known color: Bitter. HEX triplet: 84, 88 and 75. RGB value is (132,136,117). Sum of RGB (Red+Green+Blue) = 132+136+117=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #848875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848875 is #7B778A. Grayscale: #848484. Windows color (decimal): -8091531 or 7702660. OLE color: 7702660.

HSL color Cylindrical-coordinate representation of color #848875: hue angle of 72.63º 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 #848875 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 136 117 -
CMYK 0.03 0 0.14 0.47
HSL 72.63º 0.08% 0.5% -
HSV(B) 72.63º 0.14% 0.53% -
XYZ 21.53 23.8 20.29 -
YUV 132.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 132 136 117 0.03 0 0.14 0.47 72.63 0.08 0.5
Hex 84 88 75 3 0 E 2F 49 8 32
Octal 204 210 165 3 0 16 57 111 10 62
Binary 10000100 10001000 1110101 11 0 1110 101111 1001001 1000 110010

Color Harmonies of #848875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848875

Black with #848875

Text Example


Text Example

White with #848875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848875; }

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

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

background-color css

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

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

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

border-color css

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

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

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