Html Css Color HEX #858374 Schist

📋 copy color: '#858374'

red 133 ◦ green 131 ◦ blue 116

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

Shades of Schist #858374

Tints of Schist #858374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 35%
G = 34.47%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#858374 (or 0x858374) is known color: Schist. HEX triplet: 85, 83 and 74. RGB value is (133,131,116). Sum of RGB (Red+Green+Blue) = 133+131+116=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #858374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858374 is #7A7C8B. Grayscale: #818181. Windows color (decimal): -8027276 or 7635845. OLE color: 7635845.

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

Color convert

RGB 133 131 116 -
CMYK 0 0.02 0.13 0.48
HSL 52.94º 0.07% 0.49% -
HSV(B) 52.94º 0.13% 0.52% -
XYZ 20.94 22.48 19.76 -
YUV 129.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 133 131 116 0 0.02 0.13 0.48 52.94 0.07 0.49
Hex 85 83 74 0 2 D 30 35 7 31
Octal 205 203 164 0 2 15 60 65 7 61
Binary 10000101 10000011 1110100 0 10 1101 110000 110101 111 110001

Color Harmonies of #858374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858374

Black with #858374

Text Example


Text Example

White with #858374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858374; }

 p { color: rgb(133,131,116); }

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

background-color css

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

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

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

border-color css

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

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

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