Html Css Color HEX #838676 Bitter

📋 copy color: '#838676'

red 131 ◦ green 134 ◦ blue 118

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

Shades of Bitter #838676

Tints of Bitter #838676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 34.2%
G = 34.99%
B = 30.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#838676 (or 0x838676) is known color: Bitter. HEX triplet: 83, 86 and 76. RGB value is (131,134,118). Sum of RGB (Red+Green+Blue) = 131+134+118=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #838676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838676 is #7C7989. Grayscale: #838383. Windows color (decimal): -8157578 or 7767683. OLE color: 7767683.

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

Color convert

RGB 131 134 118 -
CMYK 0.02 0 0.12 0.47
HSL 71.25º 0.06% 0.49% -
HSV(B) 71.25º 0.12% 0.53% -
XYZ 21.16 23.18 20.5 -
YUV 131.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 131 134 118 0.02 0 0.12 0.47 71.25 0.06 0.49
Hex 83 86 76 2 0 C 2F 47 6 31
Octal 203 206 166 2 0 14 57 107 6 61
Binary 10000011 10000110 1110110 10 0 1100 101111 1000111 110 110001

Color Harmonies of #838676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838676

Black with #838676

Text Example


Text Example

White with #838676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838676; }

 p { color: rgb(131,134,118); }

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

background-color css

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

 a { background-color: rgb(131,134,118); }

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

border-color css

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

 span { border-color: rgb(131,134,118); }

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