Html Css Color HEX #856778 Strikemaster

📋 copy color: '#856778'

red 133 ◦ green 103 ◦ blue 120

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

Shades of Strikemaster #856778

Tints of Strikemaster #856778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 37.36%
G = 28.93%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#856778 (or 0x856778) is known color: Strikemaster. HEX triplet: 85, 67 and 78. RGB value is (133,103,120). Sum of RGB (Red+Green+Blue) = 133+103+120=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #856778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856778 is #7A9887. Grayscale: #717171. Windows color (decimal): -8034440 or 7890821. OLE color: 7890821.

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

Color convert

RGB 133 103 120 -
CMYK 0 0.23 0.10 0.48
HSL 326º 0.13% 0.46% -
HSV(B) 326º 0.23% 0.52% -
XYZ 17.91 16.04 19.92 -
YUV 113.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 133 103 120 0 0.23 0.10 0.48 326 0.13 0.46
Hex 85 67 78 0 17 A 30 146 D 2E
Octal 205 147 170 0 27 12 60 506 15 56
Binary 10000101 1100111 1111000 0 10111 1010 110000 101000110 1101 101110

Color Harmonies of #856778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856778

Black with #856778

Text Example


Text Example

White with #856778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856778; }

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

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

background-color css

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

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

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

border-color css

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

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

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