Html Css Color HEX #84876A Bitter

📋 copy color: '#84876A'

red 132 ◦ green 135 ◦ blue 106

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

Shades of Bitter #84876A

Tints of Bitter #84876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 35.39%
G = 36.19%
B = 28.42%

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

#84876A (or 0x84876A) is known color: Bitter. HEX triplet: 84, 87 and 6A. RGB value is (132,135,106). Sum of RGB (Red+Green+Blue) = 132+135+106=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #84876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84876A is #7B7895. Grayscale: #828282. Windows color (decimal): -8091798 or 6981508. OLE color: 6981508.

HSL color Cylindrical-coordinate representation of color #84876A: hue angle of 66.21º 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 #84876A is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 135 106 -
CMYK 0.02 0 0.21 0.47
HSL 66.21º 0.12% 0.47% -
HSV(B) 66.21º 0.21% 0.53% -
XYZ 20.78 23.27 17.03 -
YUV 130.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 132 135 106 0.02 0 0.21 0.47 66.21 0.12 0.47
Hex 84 87 6A 2 0 15 2F 42 C 2F
Octal 204 207 152 2 0 25 57 102 14 57
Binary 10000100 10000111 1101010 10 0 10101 101111 1000010 1100 101111

Color Harmonies of #84876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84876A

Black with #84876A

Text Example


Text Example

White with #84876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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