Html Css Color HEX #965577 Strikemaster

📋 copy color: '#965577'

red 150 ◦ green 85 ◦ blue 119

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

Shades of Strikemaster #965577

Tints of Strikemaster #965577

RGB

 RED value IS 150 (58.98% from 255) = 42.37%

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

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

R = 42.37%
G = 24.01%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#965577 (or 0x965577) is known color: Strikemaster. HEX triplet: 96, 55 and 77. RGB value is (150,85,119). Sum of RGB (Red+Green+Blue) = 150+85+119=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #965577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965577 is #69AA88. Grayscale: #6C6C6C. Windows color (decimal): -6924937 or 7820694. OLE color: 7820694.

HSL color Cylindrical-coordinate representation of color #965577: hue angle of 328.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965577 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 119 -
CMYK 0 0.43 0.21 0.41
HSL 328.62º 0.28% 0.46% -
HSV(B) 328.62º 0.43% 0.59% -
XYZ 19.16 14.31 19.21 -
YUV 108.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 150 85 119 0 0.43 0.21 0.41 328.62 0.28 0.46
Hex 96 55 77 0 2B 15 29 149 1C 2E
Octal 226 125 167 0 53 25 51 511 34 56
Binary 10010110 1010101 1110111 0 101011 10101 101001 101001001 11100 101110

Color Harmonies of #965577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965577

Black with #965577

Text Example


Text Example

White with #965577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965577; }

 p { color: rgb(150,85,119); }

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

background-color css

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

 a { background-color: rgb(150,85,119); }

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

border-color css

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

 span { border-color: rgb(150,85,119); }

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