Html Css Color HEX #848D83 Stack

📋 copy color: '#848D83'

red 132 ◦ green 141 ◦ blue 131

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

Shades of Stack #848D83

Tints of Stack #848D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 32.67%
G = 34.9%
B = 32.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#848D83 (or 0x848D83) is known color: Stack. HEX triplet: 84, 8D and 83. RGB value is (132,141,131). Sum of RGB (Red+Green+Blue) = 132+141+131=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #848D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D83 is #7B727C. Grayscale: #898989. Windows color (decimal): -8090237 or 8621444. OLE color: 8621444.

HSL color Cylindrical-coordinate representation of color #848D83: hue angle of 114º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #848D83 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 131 -
CMYK 0.06 0 0.07 0.45
HSL 114º 0.04% 0.53% -
HSV(B) 114º 0.07% 0.55% -
XYZ 23.14 25.59 25.19 -
YUV 137.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 132 141 131 0.06 0 0.07 0.45 114 0.04 0.53
Hex 84 8D 83 6 0 7 2D 72 4 35
Octal 204 215 203 6 0 7 55 162 4 65
Binary 10000100 10001101 10000011 110 0 111 101101 1110010 100 110101

Color Harmonies of #848D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D83

Black with #848D83

Text Example


Text Example

White with #848D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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