Html Css Color HEX #915E77 Strikemaster

📋 copy color: '#915E77'

red 145 ◦ green 94 ◦ blue 119

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

Shades of Strikemaster #915E77

Tints of Strikemaster #915E77

RGB

 RED value IS 145 (57.03% from 255) = 40.5%

 GREEN value IS 94 (37.11% from 255) = 26.26%

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

R = 40.5%
G = 26.26%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#915E77 (or 0x915E77) is known color: Strikemaster. HEX triplet: 91, 5E and 77. RGB value is (145,94,119). Sum of RGB (Red+Green+Blue) = 145+94+119=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #915E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E77 is #6EA188. Grayscale: #707070. Windows color (decimal): -7250313 or 7822993. OLE color: 7822993.

HSL color Cylindrical-coordinate representation of color #915E77: hue angle of 330.59º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E77 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 94 119 -
CMYK 0 0.35 0.18 0.43
HSL 330.59º 0.21% 0.47% -
HSV(B) 330.59º 0.35% 0.57% -
XYZ 19.01 15.36 19.42 -
YUV 112.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 145 94 119 0 0.35 0.18 0.43 330.59 0.21 0.47
Hex 91 5E 77 0 23 12 2B 14B 15 2F
Octal 221 136 167 0 43 22 53 513 25 57
Binary 10010001 1011110 1110111 0 100011 10010 101011 101001011 10101 101111

Color Harmonies of #915E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E77

Black with #915E77

Text Example


Text Example

White with #915E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915E77; }

 p { color: rgb(145,94,119); }

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

background-color css

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

 a { background-color: rgb(145,94,119); }

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

border-color css

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

 span { border-color: rgb(145,94,119); }

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