Html Css Color HEX #839084 Stack

📋 copy color: '#839084'

red 131 ◦ green 144 ◦ blue 132

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

Shades of Stack #839084

Tints of Stack #839084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 32.19%
G = 35.38%
B = 32.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#839084 (or 0x839084) is known color: Stack. HEX triplet: 83, 90 and 84. RGB value is (131,144,132). Sum of RGB (Red+Green+Blue) = 131+144+132=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #839084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839084 is #7C6F7B. Grayscale: #8A8A8A. Windows color (decimal): -8155004 or 8687747. OLE color: 8687747.

HSL color Cylindrical-coordinate representation of color #839084: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #839084 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 132 -
CMYK 0.09 0 0.08 0.44
HSL 124.62º 0.06% 0.54% -
HSV(B) 124.62º 0.09% 0.56% -
XYZ 23.5 26.44 25.69 -
YUV 138.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 131 144 132 0.09 0 0.08 0.44 124.62 0.06 0.54
Hex 83 90 84 9 0 8 2C 7D 6 36
Octal 203 220 204 11 0 10 54 175 6 66
Binary 10000011 10010000 10000100 1001 0 1000 101100 1111101 110 110110

Color Harmonies of #839084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839084

Black with #839084

Text Example


Text Example

White with #839084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839084; }

 p { color: rgb(131,144,132); }

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

background-color css

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

 a { background-color: rgb(131,144,132); }

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

border-color css

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

 span { border-color: rgb(131,144,132); }

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