Html Css Color HEX #975377 Strikemaster

📋 copy color: '#975377'

red 151 ◦ green 83 ◦ blue 119

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

Shades of Strikemaster #975377

Tints of Strikemaster #975377

RGB

 RED value IS 151 (59.38% from 255) = 42.78%

 GREEN value IS 83 (32.81% from 255) = 23.51%

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

R = 42.78%
G = 23.51%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#975377 (or 0x975377) is known color: Strikemaster. HEX triplet: 97, 53 and 77. RGB value is (151,83,119). Sum of RGB (Red+Green+Blue) = 151+83+119=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #975377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975377 is #68AC88. Grayscale: #6B6B6B. Windows color (decimal): -6859913 or 7820183. OLE color: 7820183.

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

Color convert

RGB 151 83 119 -
CMYK 0 0.45 0.21 0.41
HSL 328.24º 0.29% 0.46% -
HSV(B) 328.24º 0.45% 0.59% -
XYZ 19.19 14.1 19.16 -
YUV 107.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 151 83 119 0 0.45 0.21 0.41 328.24 0.29 0.46
Hex 97 53 77 0 2D 15 29 148 1D 2E
Octal 227 123 167 0 55 25 51 510 35 56
Binary 10010111 1010011 1110111 0 101101 10101 101001 101001000 11101 101110

Color Harmonies of #975377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975377

Black with #975377

Text Example


Text Example

White with #975377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975377; }

 p { color: rgb(151,83,119); }

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

background-color css

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

 a { background-color: rgb(151,83,119); }

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

border-color css

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

 span { border-color: rgb(151,83,119); }

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