Html Css Color HEX #855E77 Strikemaster

📋 copy color: '#855E77'

red 133 ◦ green 94 ◦ blue 119

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

Shades of Strikemaster #855E77

Tints of Strikemaster #855E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

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

R = 38.44%
G = 27.17%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855E77 (or 0x855E77) is known color: Strikemaster. HEX triplet: 85, 5E and 77. RGB value is (133,94,119). Sum of RGB (Red+Green+Blue) = 133+94+119=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E77 is #7AA188. Grayscale: #6C6C6C. Windows color (decimal): -8036745 or 7822981. OLE color: 7822981.

HSL color Cylindrical-coordinate representation of color #855E77: hue angle of 321.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E77 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 119 -
CMYK 0 0.29 0.11 0.48
HSL 321.54º 0.17% 0.45% -
HSV(B) 321.54º 0.29% 0.52% -
XYZ 17.01 14.32 19.32 -
YUV 108.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 133 94 119 0 0.29 0.11 0.48 321.54 0.17 0.45
Hex 85 5E 77 0 1D B 30 142 11 2D
Octal 205 136 167 0 35 13 60 502 21 55
Binary 10000101 1011110 1110111 0 11101 1011 110000 101000010 10001 101101

Color Harmonies of #855E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E77

Black with #855E77

Text Example


Text Example

White with #855E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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