Html Css Color HEX #855877 Strikemaster

📋 copy color: '#855877'

red 133 ◦ green 88 ◦ blue 119

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

Shades of Strikemaster #855877

Tints of Strikemaster #855877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 39.12%
G = 25.88%
B = 35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855877 (or 0x855877) is known color: Strikemaster. HEX triplet: 85, 58 and 77. RGB value is (133,88,119). Sum of RGB (Red+Green+Blue) = 133+88+119=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855877 is #7AA788. Grayscale: #686868. Windows color (decimal): -8038281 or 7821445. OLE color: 7821445.

HSL color Cylindrical-coordinate representation of color #855877: hue angle of 318.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855877 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 119 -
CMYK 0 0.34 0.11 0.48
HSL 318.67º 0.2% 0.43% -
HSV(B) 318.67º 0.34% 0.52% -
XYZ 16.49 13.3 19.15 -
YUV 104.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 133 88 119 0 0.34 0.11 0.48 318.67 0.2 0.43
Hex 85 58 77 0 22 B 30 13F 14 2B
Octal 205 130 167 0 42 13 60 477 24 53
Binary 10000101 1011000 1110111 0 100010 1011 110000 100111111 10100 101011

Color Harmonies of #855877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855877

Black with #855877

Text Example


Text Example

White with #855877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855877; }

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

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

background-color css

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

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

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

border-color css

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

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

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