Html Css Color HEX #905E76 Strikemaster

📋 copy color: '#905E76'

red 144 ◦ green 94 ◦ blue 118

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

Shades of Strikemaster #905E76

Tints of Strikemaster #905E76

RGB

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

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

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

R = 40.45%
G = 26.4%
B = 33.15%

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

#905E76 (or 0x905E76) is known color: Strikemaster. HEX triplet: 90, 5E and 76. RGB value is (144,94,118). Sum of RGB (Red+Green+Blue) = 144+94+118=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #905E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E76 is #6FA189. Grayscale: #6F6F6F. Windows color (decimal): -7315850 or 7757456. OLE color: 7757456.

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

Color convert

RGB 144 94 118 -
CMYK 0 0.35 0.18 0.44
HSL 331.2º 0.21% 0.47% -
HSV(B) 331.2º 0.35% 0.56% -
XYZ 18.77 15.24 19.09 -
YUV 111.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 144 94 118 0 0.35 0.18 0.44 331.2 0.21 0.47
Hex 90 5E 76 0 23 12 2C 14B 15 2F
Octal 220 136 166 0 43 22 54 513 25 57
Binary 10010000 1011110 1110110 0 100011 10010 101100 101001011 10101 101111

Color Harmonies of #905E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905E76

Black with #905E76

Text Example


Text Example

White with #905E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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