Html Css Color HEX #915D76 Strikemaster

📋 copy color: '#915D76'

red 145 ◦ green 93 ◦ blue 118

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

Shades of Strikemaster #915D76

Tints of Strikemaster #915D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 40.73%
G = 26.12%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#915D76 (or 0x915D76) is known color: Strikemaster. HEX triplet: 91, 5D and 76. RGB value is (145,93,118). Sum of RGB (Red+Green+Blue) = 145+93+118=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #915D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D76 is #6EA289. Grayscale: #6F6F6F. Windows color (decimal): -7250570 or 7757201. OLE color: 7757201.

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

Color convert

RGB 145 93 118 -
CMYK 0 0.36 0.19 0.43
HSL 331.15º 0.22% 0.47% -
HSV(B) 331.15º 0.36% 0.57% -
XYZ 18.86 15.16 19.07 -
YUV 111.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 145 93 118 0 0.36 0.19 0.43 331.15 0.22 0.47
Hex 91 5D 76 0 24 13 2B 14B 16 2F
Octal 221 135 166 0 44 23 53 513 26 57
Binary 10010001 1011101 1110110 0 100100 10011 101011 101001011 10110 101111

Color Harmonies of #915D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D76

Black with #915D76

Text Example


Text Example

White with #915D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,118); }

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

background-color css

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

 a { background-color: rgb(145,93,118); }

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

border-color css

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

 span { border-color: rgb(145,93,118); }

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