Html Css Color HEX #915C7B Strikemaster

📋 copy color: '#915C7B'

red 145 ◦ green 92 ◦ blue 123

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

Shades of Strikemaster #915C7B

Tints of Strikemaster #915C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 40.28%
G = 25.56%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#915C7B (or 0x915C7B) is known color: Strikemaster. HEX triplet: 91, 5C and 7B. RGB value is (145,92,123). Sum of RGB (Red+Green+Blue) = 145+92+123=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #915C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C7B is #6EA384. Grayscale: #6F6F6F. Windows color (decimal): -7250821 or 8084625. OLE color: 8084625.

HSL color Cylindrical-coordinate representation of color #915C7B: hue angle of 324.91º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C7B is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 123 -
CMYK 0 0.37 0.15 0.43
HSL 324.91º 0.22% 0.46% -
HSV(B) 324.91º 0.37% 0.57% -
XYZ 19.08 15.1 20.65 -
YUV 111.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 145 92 123 0 0.37 0.15 0.43 324.91 0.22 0.46
Hex 91 5C 7B 0 25 F 2B 145 16 2E
Octal 221 134 173 0 45 17 53 505 26 56
Binary 10010001 1011100 1111011 0 100101 1111 101011 101000101 10110 101110

Color Harmonies of #915C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C7B

Black with #915C7B

Text Example


Text Example

White with #915C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,123); }

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

background-color css

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

 a { background-color: rgb(145,92,123); }

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

border-color css

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

 span { border-color: rgb(145,92,123); }

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