Html Css Color HEX #848B83 Stack

📋 copy color: '#848B83'

red 132 ◦ green 139 ◦ blue 131

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

Shades of Stack #848B83

Tints of Stack #848B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

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

R = 32.84%
G = 34.58%
B = 32.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#848B83 (or 0x848B83) is known color: Stack. HEX triplet: 84, 8B and 83. RGB value is (132,139,131). Sum of RGB (Red+Green+Blue) = 132+139+131=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 139 - color contains mainly: green. Hex color #848B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B83 is #7B747C. Grayscale: #888888. Windows color (decimal): -8090749 or 8620932. OLE color: 8620932.

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

Color convert

RGB 132 139 131 -
CMYK 0.05 0 0.06 0.45
HSL 112.5º 0.03% 0.53% -
HSV(B) 112.5º 0.06% 0.55% -
XYZ 22.85 25.01 25.1 -
YUV 136 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 132 139 131 0.05 0 0.06 0.45 112.5 0.03 0.53
Hex 84 8B 83 5 0 6 2D 70 3 35
Octal 204 213 203 5 0 6 55 160 3 65
Binary 10000100 10001011 10000011 101 0 110 101101 1110000 11 110101

Color Harmonies of #848B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B83

Black with #848B83

Text Example


Text Example

White with #848B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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