#838277

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

Shades of Schist #838277

Tints of Schist #838277

Color information

#838277 (or 0x838277) is unknown color: approx Schist. HEX triplet: 83, 82 and 77. RGB value is (131,130,119). Sum of RGB (Red+Green+Blue) = 131+130+119=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 131 - color contains mainly: red. Hex color #838277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838277 is #7C7D88. Grayscale: #818181. Windows color (decimal): -8158601 or 7832195. OLE color: 7832195.

HSL color Cylindrical-coordinate representation of color #838277: hue angle of 55º 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 #838277 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB131130119-
CMYK00.010.090.49
HSL55º4.8%49.02%-
HSV(B)55º9.16%51.37%-
XYZ20.6722.1220.63-
YUV129.04122.33129.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=34.47%
G=34.21%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113011900.010.090.49554.849.02
Hex8382770193137531
Octal20320216701116167561
Binary10000011100000101110111011001110001110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838277; }

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

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

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

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

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

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

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

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