Html Css Color HEX #838764 Bitter

📋 copy color: '#838764'

red 131 ◦ green 135 ◦ blue 100

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

Shades of Bitter #838764

Tints of Bitter #838764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 35.79%
G = 36.89%
B = 27.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#838764 (or 0x838764) is known color: Bitter. HEX triplet: 83, 87 and 64. RGB value is (131,135,100). Sum of RGB (Red+Green+Blue) = 131+135+100=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #838764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838764 is #7C789B. Grayscale: #818181. Windows color (decimal): -8157340 or 6588291. OLE color: 6588291.

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

Color convert

RGB 131 135 100 -
CMYK 0.03 0 0.26 0.47
HSL 66.86º 0.15% 0.46% -
HSV(B) 66.86º 0.26% 0.53% -
XYZ 20.32 23.07 15.44 -
YUV 129.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 131 135 100 0.03 0 0.26 0.47 66.86 0.15 0.46
Hex 83 87 64 3 0 1A 2F 43 F 2E
Octal 203 207 144 3 0 32 57 103 17 56
Binary 10000011 10000111 1100100 11 0 11010 101111 1000011 1111 101110

Color Harmonies of #838764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838764

Black with #838764

Text Example


Text Example

White with #838764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838764; }

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

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

background-color css

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

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

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

border-color css

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

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

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