Html Css Color HEX #905076 Strikemaster

📋 copy color: '#905076'

red 144 ◦ green 80 ◦ blue 118

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

Shades of Strikemaster #905076

Tints of Strikemaster #905076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 42.11%
G = 23.39%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#905076 (or 0x905076) is known color: Strikemaster. HEX triplet: 90, 50 and 76. RGB value is (144,80,118). Sum of RGB (Red+Green+Blue) = 144+80+118=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #905076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905076 is #6FAF89. Grayscale: #676767. Windows color (decimal): -7319434 or 7753872. OLE color: 7753872.

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

Color convert

RGB 144 80 118 -
CMYK 0 0.44 0.18 0.44
HSL 324.38º 0.29% 0.44% -
HSV(B) 324.38º 0.44% 0.56% -
XYZ 17.64 12.97 18.71 -
YUV 103.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 144 80 118 0 0.44 0.18 0.44 324.38 0.29 0.44
Hex 90 50 76 0 2C 12 2C 144 1D 2C
Octal 220 120 166 0 54 22 54 504 35 54
Binary 10010000 1010000 1110110 0 101100 10010 101100 101000100 11101 101100

Color Harmonies of #905076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905076

Black with #905076

Text Example


Text Example

White with #905076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905076; }

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

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

background-color css

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

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

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

border-color css

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

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

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