Html Css Color HEX #839782 Stack

📋 copy color: '#839782'

red 131 ◦ green 151 ◦ blue 130

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

Shades of Stack #839782

Tints of Stack #839782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 31.8%
G = 36.65%
B = 31.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#839782 (or 0x839782) is known color: Stack. HEX triplet: 83, 97 and 82. RGB value is (131,151,130). Sum of RGB (Red+Green+Blue) = 131+151+130=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #839782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839782 is #7C687D. Grayscale: #8E8E8E. Windows color (decimal): -8153214 or 8558467. OLE color: 8558467.

HSL color Cylindrical-coordinate representation of color #839782: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839782 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 130 -
CMYK 0.13 0 0.14 0.41
HSL 117.14º 0.09% 0.55% -
HSV(B) 117.14º 0.14% 0.59% -
XYZ 24.46 28.57 25.34 -
YUV 142.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 131 151 130 0.13 0 0.14 0.41 117.14 0.09 0.55
Hex 83 97 82 D 0 E 29 75 9 37
Octal 203 227 202 15 0 16 51 165 11 67
Binary 10000011 10010111 10000010 1101 0 1110 101001 1110101 1001 110111

Color Harmonies of #839782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839782

Black with #839782

Text Example


Text Example

White with #839782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839782; }

 p { color: rgb(131,151,130); }

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

background-color css

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

 a { background-color: rgb(131,151,130); }

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

border-color css

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

 span { border-color: rgb(131,151,130); }

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