Html Css Color HEX #838672 Bitter

📋 copy color: '#838672'

red 131 ◦ green 134 ◦ blue 114

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

Shades of Bitter #838672

Tints of Bitter #838672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 34.56%
G = 35.36%
B = 30.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#838672 (or 0x838672) is known color: Bitter. HEX triplet: 83, 86 and 72. RGB value is (131,134,114). Sum of RGB (Red+Green+Blue) = 131+134+114=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #838672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838672 is #7C798D. Grayscale: #828282. Windows color (decimal): -8157582 or 7505539. OLE color: 7505539.

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

Color convert

RGB 131 134 114 -
CMYK 0.02 0 0.15 0.47
HSL 69º 0.08% 0.49% -
HSV(B) 69º 0.15% 0.53% -
XYZ 20.92 23.09 19.27 -
YUV 130.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 131 134 114 0.02 0 0.15 0.47 69 0.08 0.49
Hex 83 86 72 2 0 F 2F 45 8 31
Octal 203 206 162 2 0 17 57 105 10 61
Binary 10000011 10000110 1110010 10 0 1111 101111 1000101 1000 110001

Color Harmonies of #838672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838672

Black with #838672

Text Example


Text Example

White with #838672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838672; }

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

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

background-color css

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

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

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

border-color css

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

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

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