Html Css Color HEX #858478 Schist

📋 copy color: '#858478'

red 133 ◦ green 132 ◦ blue 120

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

Shades of Schist #858478

Tints of Schist #858478

RGB

 RED value IS 133 (52.34% from 255) = 34.55%

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 34.55%
G = 34.29%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#858478 (or 0x858478) is known color: Schist. HEX triplet: 85, 84 and 78. RGB value is (133,132,120). Sum of RGB (Red+Green+Blue) = 133+132+120=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #858478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858478 is #7A7B87. Grayscale: #828282. Windows color (decimal): -8027016 or 7898245. OLE color: 7898245.

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

Color convert

RGB 133 132 120 -
CMYK 0 0.01 0.10 0.48
HSL 55.38º 0.05% 0.5% -
HSV(B) 55.38º 0.1% 0.52% -
XYZ 21.31 22.85 21.06 -
YUV 130.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 133 132 120 0 0.01 0.10 0.48 55.38 0.05 0.5
Hex 85 84 78 0 1 A 30 37 5 32
Octal 205 204 170 0 1 12 60 67 5 62
Binary 10000101 10000100 1111000 0 1 1010 110000 110111 101 110010

Color Harmonies of #858478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858478

Black with #858478

Text Example


Text Example

White with #858478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858478; }

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

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

background-color css

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

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

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

border-color css

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

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

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