Html Css Color HEX #955578 Strikemaster

📋 copy color: '#955578'

red 149 ◦ green 85 ◦ blue 120

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

Shades of Strikemaster #955578

Tints of Strikemaster #955578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 42.09%
G = 24.01%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955578 (or 0x955578) is known color: Strikemaster. HEX triplet: 95, 55 and 78. RGB value is (149,85,120). Sum of RGB (Red+Green+Blue) = 149+85+120=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #955578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955578 is #6AAA87. Grayscale: #6C6C6C. Windows color (decimal): -6990472 or 7886229. OLE color: 7886229.

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

Color convert

RGB 149 85 120 -
CMYK 0 0.43 0.19 0.42
HSL 327.19º 0.27% 0.46% -
HSV(B) 327.19º 0.43% 0.58% -
XYZ 19.03 14.24 19.52 -
YUV 108.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 149 85 120 0 0.43 0.19 0.42 327.19 0.27 0.46
Hex 95 55 78 0 2B 13 2A 147 1B 2E
Octal 225 125 170 0 53 23 52 507 33 56
Binary 10010101 1010101 1111000 0 101011 10011 101010 101000111 11011 101110

Color Harmonies of #955578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955578

Black with #955578

Text Example


Text Example

White with #955578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955578; }

 p { color: rgb(149,85,120); }

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

background-color css

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

 a { background-color: rgb(149,85,120); }

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

border-color css

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

 span { border-color: rgb(149,85,120); }

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