Html Css Color HEX #955777 Strikemaster

📋 copy color: '#955777'

red 149 ◦ green 87 ◦ blue 119

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

Shades of Strikemaster #955777

Tints of Strikemaster #955777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

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

R = 41.97%
G = 24.51%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#955777 (or 0x955777) is known color: Strikemaster. HEX triplet: 95, 57 and 77. RGB value is (149,87,119). Sum of RGB (Red+Green+Blue) = 149+87+119=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955777 is #6AA888. Grayscale: #6D6D6D. Windows color (decimal): -6989961 or 7821205. OLE color: 7821205.

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

Color convert

RGB 149 87 119 -
CMYK 0 0.42 0.20 0.42
HSL 329.03º 0.26% 0.46% -
HSV(B) 329.03º 0.42% 0.58% -
XYZ 19.13 14.54 19.25 -
YUV 109.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 149 87 119 0 0.42 0.20 0.42 329.03 0.26 0.46
Hex 95 57 77 0 2A 14 2A 149 1A 2E
Octal 225 127 167 0 52 24 52 511 32 56
Binary 10010101 1010111 1110111 0 101010 10100 101010 101001001 11010 101110

Color Harmonies of #955777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955777

Black with #955777

Text Example


Text Example

White with #955777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955777; }

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

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

background-color css

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

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

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

border-color css

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

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

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