Html Css Color HEX #84876B Bitter

📋 copy color: '#84876B'

red 132 ◦ green 135 ◦ blue 107

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

Shades of Bitter #84876B

Tints of Bitter #84876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 35.29%
G = 36.1%
B = 28.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#84876B (or 0x84876B) is known color: Bitter. HEX triplet: 84, 87 and 6B. RGB value is (132,135,107). Sum of RGB (Red+Green+Blue) = 132+135+107=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #84876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84876B is #7B7894. Grayscale: #838383. Windows color (decimal): -8091797 or 7047044. OLE color: 7047044.

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

Color convert

RGB 132 135 107 -
CMYK 0.02 0 0.21 0.47
HSL 66.43º 0.12% 0.47% -
HSV(B) 66.43º 0.21% 0.53% -
XYZ 20.83 23.3 17.31 -
YUV 130.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 132 135 107 0.02 0 0.21 0.47 66.43 0.12 0.47
Hex 84 87 6B 2 0 15 2F 42 C 2F
Octal 204 207 153 2 0 25 57 102 14 57
Binary 10000100 10000111 1101011 10 0 10101 101111 1000010 1100 101111

Color Harmonies of #84876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84876B

Black with #84876B

Text Example


Text Example

White with #84876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84876B; }

 p { color: rgb(132,135,107); }

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

background-color css

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

 a { background-color: rgb(132,135,107); }

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

border-color css

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

 span { border-color: rgb(132,135,107); }

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