Html Css Color HEX #855D77 Strikemaster

📋 copy color: '#855D77'

red 133 ◦ green 93 ◦ blue 119

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

Shades of Strikemaster #855D77

Tints of Strikemaster #855D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 38.55%
G = 26.96%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855D77 (or 0x855D77) is known color: Strikemaster. HEX triplet: 85, 5D and 77. RGB value is (133,93,119). Sum of RGB (Red+Green+Blue) = 133+93+119=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D77 is #7AA288. Grayscale: #6B6B6B. Windows color (decimal): -8037001 or 7822725. OLE color: 7822725.

HSL color Cylindrical-coordinate representation of color #855D77: hue angle of 321º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D77 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 119 -
CMYK 0 0.30 0.11 0.48
HSL 321º 0.18% 0.44% -
HSV(B) 321º 0.3% 0.52% -
XYZ 16.92 14.15 19.29 -
YUV 107.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 133 93 119 0 0.30 0.11 0.48 321 0.18 0.44
Hex 85 5D 77 0 1E B 30 141 12 2C
Octal 205 135 167 0 36 13 60 501 22 54
Binary 10000101 1011101 1110111 0 11110 1011 110000 101000001 10010 101100

Color Harmonies of #855D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D77

Black with #855D77

Text Example


Text Example

White with #855D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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