Html Css Color HEX #855977 Strikemaster

📋 copy color: '#855977'

red 133 ◦ green 89 ◦ blue 119

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

Shades of Strikemaster #855977

Tints of Strikemaster #855977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 39%
G = 26.1%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855977 (or 0x855977) is known color: Strikemaster. HEX triplet: 85, 59 and 77. RGB value is (133,89,119). Sum of RGB (Red+Green+Blue) = 133+89+119=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855977 is #7AA688. Grayscale: #696969. Windows color (decimal): -8038025 or 7821701. OLE color: 7821701.

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

Color convert

RGB 133 89 119 -
CMYK 0 0.33 0.11 0.48
HSL 319.09º 0.2% 0.44% -
HSV(B) 319.09º 0.33% 0.52% -
XYZ 16.58 13.46 19.18 -
YUV 105.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 133 89 119 0 0.33 0.11 0.48 319.09 0.2 0.44
Hex 85 59 77 0 21 B 30 13F 14 2C
Octal 205 131 167 0 41 13 60 477 24 54
Binary 10000101 1011001 1110111 0 100001 1011 110000 100111111 10100 101100

Color Harmonies of #855977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855977

Black with #855977

Text Example


Text Example

White with #855977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855977; }

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

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

background-color css

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

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

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

border-color css

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

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

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