Html Css Color HEX #856978 Strikemaster

📋 copy color: '#856978'

red 133 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #856978

Tints of Strikemaster #856978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

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

R = 37.15%
G = 29.33%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#856978 (or 0x856978) is known color: Strikemaster. HEX triplet: 85, 69 and 78. RGB value is (133,105,120). Sum of RGB (Red+Green+Blue) = 133+105+120=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #856978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856978 is #7A9687. Grayscale: #737373. Windows color (decimal): -8033928 or 7891333. OLE color: 7891333.

HSL color Cylindrical-coordinate representation of color #856978: hue angle of 327.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856978 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 120 -
CMYK 0 0.21 0.10 0.48
HSL 327.86º 0.12% 0.47% -
HSV(B) 327.86º 0.21% 0.52% -
XYZ 18.11 16.45 19.99 -
YUV 115.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 133 105 120 0 0.21 0.10 0.48 327.86 0.12 0.47
Hex 85 69 78 0 15 A 30 148 C 2F
Octal 205 151 170 0 25 12 60 510 14 57
Binary 10000101 1101001 1111000 0 10101 1010 110000 101001000 1100 101111

Color Harmonies of #856978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856978

Black with #856978

Text Example


Text Example

White with #856978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856978; }

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

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

background-color css

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

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

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

border-color css

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

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

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