Html Css Color HEX #838D82 Stack

📋 copy color: '#838D82'

red 131 ◦ green 141 ◦ blue 130

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

Shades of Stack #838D82

Tints of Stack #838D82

RGB

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

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

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

R = 32.59%
G = 35.07%
B = 32.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#838D82 (or 0x838D82) is known color: Stack. HEX triplet: 83, 8D and 82. RGB value is (131,141,130). Sum of RGB (Red+Green+Blue) = 131+141+130=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 141 - color contains mainly: green. Hex color #838D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D82 is #7C727D. Grayscale: #888888. Windows color (decimal): -8155774 or 8555907. OLE color: 8555907.

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

Color convert

RGB 131 141 130 -
CMYK 0.07 0 0.08 0.45
HSL 114.55º 0.05% 0.53% -
HSV(B) 114.55º 0.08% 0.55% -
XYZ 22.91 25.49 24.83 -
YUV 136.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 131 141 130 0.07 0 0.08 0.45 114.55 0.05 0.53
Hex 83 8D 82 7 0 8 2D 73 5 35
Octal 203 215 202 7 0 10 55 163 5 65
Binary 10000011 10001101 10000010 111 0 1000 101101 1110011 101 110101

Color Harmonies of #838D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D82

Black with #838D82

Text Example


Text Example

White with #838D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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