Html Css Color HEX #858778 Schist

📋 copy color: '#858778'

red 133 ◦ green 135 ◦ blue 120

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

Shades of Schist #858778

Tints of Schist #858778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

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

R = 34.28%
G = 34.79%
B = 30.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#858778 (or 0x858778) is known color: Schist. HEX triplet: 85, 87 and 78. RGB value is (133,135,120). Sum of RGB (Red+Green+Blue) = 133+135+120=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 135 - color contains mainly: green. Hex color #858778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858778 is #7A7887. Grayscale: #848484. Windows color (decimal): -8026248 or 7899013. OLE color: 7899013.

HSL color Cylindrical-coordinate representation of color #858778: hue angle of 68º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858778 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 120 -
CMYK 0.01 0 0.11 0.47
HSL 68º 0.06% 0.5% -
HSV(B) 68º 0.11% 0.53% -
XYZ 21.73 23.67 21.19 -
YUV 132.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 133 135 120 0.01 0 0.11 0.47 68 0.06 0.5
Hex 85 87 78 1 0 B 2F 44 6 32
Octal 205 207 170 1 0 13 57 104 6 62
Binary 10000101 10000111 1111000 1 0 1011 101111 1000100 110 110010

Color Harmonies of #858778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858778

Black with #858778

Text Example


Text Example

White with #858778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858778; }

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

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

background-color css

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

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

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

border-color css

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

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

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