Html Css Color HEX #849785 Stack

📋 copy color: '#849785'

red 132 ◦ green 151 ◦ blue 133

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

Shades of Stack #849785

Tints of Stack #849785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 31.73%
G = 36.3%
B = 31.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#849785 (or 0x849785) is known color: Stack. HEX triplet: 84, 97 and 85. RGB value is (132,151,133). Sum of RGB (Red+Green+Blue) = 132+151+133=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #849785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849785 is #7B687A. Grayscale: #8F8F8F. Windows color (decimal): -8087675 or 8755076. OLE color: 8755076.

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

Color convert

RGB 132 151 133 -
CMYK 0.13 0 0.12 0.41
HSL 123.16º 0.08% 0.55% -
HSV(B) 123.16º 0.13% 0.59% -
XYZ 24.82 28.73 26.43 -
YUV 143.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 132 151 133 0.13 0 0.12 0.41 123.16 0.08 0.55
Hex 84 97 85 D 0 C 29 7B 8 37
Octal 204 227 205 15 0 14 51 173 10 67
Binary 10000100 10010111 10000101 1101 0 1100 101001 1111011 1000 110111

Color Harmonies of #849785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849785

Black with #849785

Text Example


Text Example

White with #849785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849785; }

 p { color: rgb(132,151,133); }

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

background-color css

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

 a { background-color: rgb(132,151,133); }

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

border-color css

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

 span { border-color: rgb(132,151,133); }

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