Html Css Color HEX #856777 Strikemaster

📋 copy color: '#856777'

red 133 ◦ green 103 ◦ blue 119

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

Shades of Strikemaster #856777

Tints of Strikemaster #856777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 37.46%
G = 29.01%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856777 (or 0x856777) is known color: Strikemaster. HEX triplet: 85, 67 and 77. RGB value is (133,103,119). Sum of RGB (Red+Green+Blue) = 133+103+119=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856777 is #7A9888. Grayscale: #717171. Windows color (decimal): -8034441 or 7825285. OLE color: 7825285.

HSL color Cylindrical-coordinate representation of color #856777: hue angle of 328º 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 #856777 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 119 -
CMYK 0 0.23 0.11 0.48
HSL 328º 0.13% 0.46% -
HSV(B) 328º 0.23% 0.52% -
XYZ 17.85 16.02 19.6 -
YUV 113.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 133 103 119 0 0.23 0.11 0.48 328 0.13 0.46
Hex 85 67 77 0 17 B 30 148 D 2E
Octal 205 147 167 0 27 13 60 510 15 56
Binary 10000101 1100111 1110111 0 10111 1011 110000 101001000 1101 101110

Color Harmonies of #856777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856777

Black with #856777

Text Example


Text Example

White with #856777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856777; }

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

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

background-color css

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

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

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

border-color css

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

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

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