Html Css Color HEX #848A83 Stack

📋 copy color: '#848A83'

red 132 ◦ green 138 ◦ blue 131

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

Shades of Stack #848A83

Tints of Stack #848A83

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 32.92%
G = 34.41%
B = 32.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#848A83 (or 0x848A83) is known color: Stack. HEX triplet: 84, 8A and 83. RGB value is (132,138,131). Sum of RGB (Red+Green+Blue) = 132+138+131=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 138 - color contains mainly: green. Hex color #848A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A83 is #7B757C. Grayscale: #878787. Windows color (decimal): -8091005 or 8620676. OLE color: 8620676.

HSL color Cylindrical-coordinate representation of color #848A83: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848A83 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 138 131 -
CMYK 0.04 0 0.05 0.46
HSL 111.43º 0.03% 0.53% -
HSV(B) 111.43º 0.05% 0.54% -
XYZ 22.7 24.72 25.05 -
YUV 135.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 132 138 131 0.04 0 0.05 0.46 111.43 0.03 0.53
Hex 84 8A 83 4 0 5 2E 6F 3 35
Octal 204 212 203 4 0 5 56 157 3 65
Binary 10000100 10001010 10000011 100 0 101 101110 1101111 11 110101

Color Harmonies of #848A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A83

Black with #848A83

Text Example


Text Example

White with #848A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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