Html Css Color HEX #905D76 Strikemaster

📋 copy color: '#905D76'

red 144 ◦ green 93 ◦ blue 118

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

Shades of Strikemaster #905D76

Tints of Strikemaster #905D76

RGB

 RED value IS 144 (56.64% from 255) = 40.56%

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

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

R = 40.56%
G = 26.2%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#905D76 (or 0x905D76) is known color: Strikemaster. HEX triplet: 90, 5D and 76. RGB value is (144,93,118). Sum of RGB (Red+Green+Blue) = 144+93+118=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #905D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D76 is #6FA289. Grayscale: #6F6F6F. Windows color (decimal): -7316106 or 7757200. OLE color: 7757200.

HSL color Cylindrical-coordinate representation of color #905D76: hue angle of 330.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #905D76 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 93 118 -
CMYK 0 0.35 0.18 0.44
HSL 330.59º 0.22% 0.46% -
HSV(B) 330.59º 0.35% 0.56% -
XYZ 18.69 15.07 19.06 -
YUV 111.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 144 93 118 0 0.35 0.18 0.44 330.59 0.22 0.46
Hex 90 5D 76 0 23 12 2C 14B 16 2E
Octal 220 135 166 0 43 22 54 513 26 56
Binary 10010000 1011101 1110110 0 100011 10010 101100 101001011 10110 101110

Color Harmonies of #905D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905D76

Black with #905D76

Text Example


Text Example

White with #905D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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