Html Css Color HEX #955977 Strikemaster

📋 copy color: '#955977'

red 149 ◦ green 89 ◦ blue 119

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

Shades of Strikemaster #955977

Tints of Strikemaster #955977

RGB

 RED value IS 149 (58.59% from 255) = 41.74%

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

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

R = 41.74%
G = 24.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#955977 (or 0x955977) is known color: Strikemaster. HEX triplet: 95, 59 and 77. RGB value is (149,89,119). Sum of RGB (Red+Green+Blue) = 149+89+119=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #955977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955977 is #6AA688. Grayscale: #6E6E6E. Windows color (decimal): -6989449 or 7821717. OLE color: 7821717.

HSL color Cylindrical-coordinate representation of color #955977: hue angle of 330º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955977 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 119 -
CMYK 0 0.40 0.20 0.42
HSL 330º 0.25% 0.47% -
HSV(B) 330º 0.4% 0.58% -
XYZ 19.3 14.87 19.31 -
YUV 110.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 149 89 119 0 0.40 0.20 0.42 330 0.25 0.47
Hex 95 59 77 0 28 14 2A 14A 19 2F
Octal 225 131 167 0 50 24 52 512 31 57
Binary 10010101 1011001 1110111 0 101000 10100 101010 101001010 11001 101111

Color Harmonies of #955977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955977

Black with #955977

Text Example


Text Example

White with #955977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955977; }

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

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

background-color css

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

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

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

border-color css

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

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

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