Html Css Color HEX #838982 Stack

📋 copy color: '#838982'

red 131 ◦ green 137 ◦ blue 130

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

Shades of Stack #838982

Tints of Stack #838982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 32.91%
G = 34.42%
B = 32.66%

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

#838982 (or 0x838982) is known color: Stack. HEX triplet: 83, 89 and 82. RGB value is (131,137,130). Sum of RGB (Red+Green+Blue) = 131+137+130=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #838982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838982 is #7C767D. Grayscale: #868686. Windows color (decimal): -8156798 or 8554883. OLE color: 8554883.

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

Color convert

RGB 131 137 130 -
CMYK 0.04 0 0.05 0.46
HSL 111.43º 0.03% 0.52% -
HSV(B) 111.43º 0.05% 0.54% -
XYZ 22.34 24.33 24.64 -
YUV 134.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 131 137 130 0.04 0 0.05 0.46 111.43 0.03 0.52
Hex 83 89 82 4 0 5 2E 6F 3 34
Octal 203 211 202 4 0 5 56 157 3 64
Binary 10000011 10001001 10000010 100 0 101 101110 1101111 11 110100

Color Harmonies of #838982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838982

Black with #838982

Text Example


Text Example

White with #838982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838982; }

 p { color: rgb(131,137,130); }

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

background-color css

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

 a { background-color: rgb(131,137,130); }

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

border-color css

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

 span { border-color: rgb(131,137,130); }

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