Html Css Color HEX #838773 Bitter

📋 copy color: '#838773'

red 131 ◦ green 135 ◦ blue 115

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

Shades of Bitter #838773

Tints of Bitter #838773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 34.38%
G = 35.43%
B = 30.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#838773 (or 0x838773) is known color: Bitter. HEX triplet: 83, 87 and 73. RGB value is (131,135,115). Sum of RGB (Red+Green+Blue) = 131+135+115=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #838773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838773 is #7C788C. Grayscale: #838383. Windows color (decimal): -8157325 or 7571331. OLE color: 7571331.

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

Color convert

RGB 131 135 115 -
CMYK 0.03 0 0.15 0.47
HSL 72º 0.08% 0.49% -
HSV(B) 72º 0.15% 0.53% -
XYZ 21.12 23.39 19.62 -
YUV 131.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 131 135 115 0.03 0 0.15 0.47 72 0.08 0.49
Hex 83 87 73 3 0 F 2F 48 8 31
Octal 203 207 163 3 0 17 57 110 10 61
Binary 10000011 10000111 1110011 11 0 1111 101111 1001000 1000 110001

Color Harmonies of #838773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838773

Black with #838773

Text Example


Text Example

White with #838773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838773; }

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

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

background-color css

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

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

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

border-color css

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

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

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