Html Css Color HEX #838F81 Stack

📋 copy color: '#838F81'

red 131 ◦ green 143 ◦ blue 129

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

Shades of Stack #838F81

Tints of Stack #838F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 32.51%
G = 35.48%
B = 32.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#838F81 (or 0x838F81) is known color: Stack. HEX triplet: 83, 8F and 81. RGB value is (131,143,129). Sum of RGB (Red+Green+Blue) = 131+143+129=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 143 - color contains mainly: green. Hex color #838F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F81 is #7C707E. Grayscale: #898989. Windows color (decimal): -8155263 or 8490883. OLE color: 8490883.

HSL color Cylindrical-coordinate representation of color #838F81: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838F81 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 143 129 -
CMYK 0.08 0 0.10 0.44
HSL 111.43º 0.06% 0.53% -
HSV(B) 111.43º 0.1% 0.56% -
XYZ 23.14 26.06 24.58 -
YUV 137.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 131 143 129 0.08 0 0.10 0.44 111.43 0.06 0.53
Hex 83 8F 81 8 0 A 2C 6F 6 35
Octal 203 217 201 10 0 12 54 157 6 65
Binary 10000011 10001111 10000001 1000 0 1010 101100 1101111 110 110101

Color Harmonies of #838F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F81

Black with #838F81

Text Example


Text Example

White with #838F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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