Html Css Color HEX #838D81 Stack

📋 copy color: '#838D81'

red 131 ◦ green 141 ◦ blue 129

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

Shades of Stack #838D81

Tints of Stack #838D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 32.67%
G = 35.16%
B = 32.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#838D81 (or 0x838D81) is known color: Stack. HEX triplet: 83, 8D and 81. RGB value is (131,141,129). Sum of RGB (Red+Green+Blue) = 131+141+129=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #838D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D81 is #7C727E. Grayscale: #888888. Windows color (decimal): -8155775 or 8490371. OLE color: 8490371.

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

Color convert

RGB 131 141 129 -
CMYK 0.07 0 0.09 0.45
HSL 110º 0.05% 0.53% -
HSV(B) 110º 0.09% 0.55% -
XYZ 22.85 25.46 24.48 -
YUV 136.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 131 141 129 0.07 0 0.09 0.45 110 0.05 0.53
Hex 83 8D 81 7 0 9 2D 6E 5 35
Octal 203 215 201 7 0 11 55 156 5 65
Binary 10000011 10001101 10000001 111 0 1001 101101 1101110 101 110101

Color Harmonies of #838D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D81

Black with #838D81

Text Example


Text Example

White with #838D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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