Html Css Color HEX #856878 Strikemaster

📋 copy color: '#856878'

red 133 ◦ green 104 ◦ blue 120

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

Shades of Strikemaster #856878

Tints of Strikemaster #856878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 37.25%
G = 29.13%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#856878 (or 0x856878) is known color: Strikemaster. HEX triplet: 85, 68 and 78. RGB value is (133,104,120). Sum of RGB (Red+Green+Blue) = 133+104+120=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #856878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856878 is #7A9787. Grayscale: #727272. Windows color (decimal): -8034184 or 7891077. OLE color: 7891077.

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

Color convert

RGB 133 104 120 -
CMYK 0 0.22 0.10 0.48
HSL 326.9º 0.12% 0.46% -
HSV(B) 326.9º 0.22% 0.52% -
XYZ 18.01 16.24 19.96 -
YUV 114.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 133 104 120 0 0.22 0.10 0.48 326.9 0.12 0.46
Hex 85 68 78 0 16 A 30 147 C 2E
Octal 205 150 170 0 26 12 60 507 14 56
Binary 10000101 1101000 1111000 0 10110 1010 110000 101000111 1100 101110

Color Harmonies of #856878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856878

Black with #856878

Text Example


Text Example

White with #856878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856878; }

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

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

background-color css

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

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

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

border-color css

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

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

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