Html Css Color HEX #838768 Bitter

📋 copy color: '#838768'

red 131 ◦ green 135 ◦ blue 104

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

Shades of Bitter #838768

Tints of Bitter #838768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 35.41%
G = 36.49%
B = 28.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#838768 (or 0x838768) is known color: Bitter. HEX triplet: 83, 87 and 68. RGB value is (131,135,104). Sum of RGB (Red+Green+Blue) = 131+135+104=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #838768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838768 is #7C7897. Grayscale: #828282. Windows color (decimal): -8157336 or 6850435. OLE color: 6850435.

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

Color convert

RGB 131 135 104 -
CMYK 0.03 0 0.23 0.47
HSL 67.74º 0.13% 0.47% -
HSV(B) 67.74º 0.23% 0.53% -
XYZ 20.52 23.15 16.48 -
YUV 130.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 131 135 104 0.03 0 0.23 0.47 67.74 0.13 0.47
Hex 83 87 68 3 0 17 2F 44 D 2F
Octal 203 207 150 3 0 27 57 104 15 57
Binary 10000011 10000111 1101000 11 0 10111 101111 1000100 1101 101111

Color Harmonies of #838768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838768

Black with #838768

Text Example


Text Example

White with #838768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838768; }

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

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

background-color css

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

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

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

border-color css

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

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

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