#838377

Color #838377 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #838377

Tints of Schist #838377

Color information

#838377 (or 0x838377) is unknown color: approx Schist. HEX triplet: 83, 83 and 77. RGB value is (131,131,119). Sum of RGB (Red+Green+Blue) = 131+131+119=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838377 is #7C7C88. Grayscale: #818181. Windows color (decimal): -8158345 or 7832451. OLE color: 7832451.

HSL color Cylindrical-coordinate representation of color #838377: hue angle of 60º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838377 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB131131119-
CMYK000.090.49
HSL60º4.8%49.02%-
HSV(B)60º9.16%51.37%-
XYZ20.8122.3920.68-
YUV129.63122128.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=34.38%
G=34.38%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131119000.090.49604.849.02
Hex838377009313c531
Octal20320316700116174561
Binary10000011100000111110111001001110001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838377; }

 p { color: rgb(131,131,119); }

 H1.HeaderClassName
 {
   color: #838377;
 }
 .AnyTagClassName
 {
   color: #838377;
 }
</style>
background-color css

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

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

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

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

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

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