Html Css Color HEX #838771 Bitter

📋 copy color: '#838771'

red 131 ◦ green 135 ◦ blue 113

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

Shades of Bitter #838771

Tints of Bitter #838771

RGB

 RED value IS 131 (51.56% from 255) = 34.56%

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 34.56%
G = 35.62%
B = 29.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#838771 (or 0x838771) is known color: Bitter. HEX triplet: 83, 87 and 71. RGB value is (131,135,113). Sum of RGB (Red+Green+Blue) = 131+135+113=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #838771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838771 is #7C788E. Grayscale: #838383. Windows color (decimal): -8157327 or 7440259. OLE color: 7440259.

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

Color convert

RGB 131 135 113 -
CMYK 0.03 0 0.16 0.47
HSL 70.91º 0.09% 0.49% -
HSV(B) 70.91º 0.16% 0.53% -
XYZ 21 23.35 19.02 -
YUV 131.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 131 135 113 0.03 0 0.16 0.47 70.91 0.09 0.49
Hex 83 87 71 3 0 10 2F 47 9 31
Octal 203 207 161 3 0 20 57 107 11 61
Binary 10000011 10000111 1110001 11 0 10000 101111 1000111 1001 110001

Color Harmonies of #838771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838771

Black with #838771

Text Example


Text Example

White with #838771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838771; }

 p { color: rgb(131,135,113); }

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

background-color css

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

 a { background-color: rgb(131,135,113); }

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

border-color css

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

 span { border-color: rgb(131,135,113); }

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