#848378

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

Shades of Schist #848378

Tints of Schist #848378

Color information

#848378 (or 0x848378) is unknown color: approx Schist. HEX triplet: 84, 83 and 78. RGB value is (132,131,120). Sum of RGB (Red+Green+Blue) = 132+131+120=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #848378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848378 is #7B7C87. Grayscale: #828282. Windows color (decimal): -8092808 or 7897988. OLE color: 7897988.

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

Color convert

RGB132131120-
CMYK00.010.090.48
HSL55º4.76%49.41%-
HSV(B)55º9.09%51.76%-
XYZ21.0222.4921-
YUV130.04122.33129.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=34.46%
G=34.20%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213112000.010.090.48554.7649.41
Hex8483780193037531
Octal20420317001116067561
Binary10000100100000111111000011001110000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848378; }

 p { color: rgb(132,131,120); }

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

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

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

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

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

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

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