Html Css Color HEX #906478 Strikemaster

📋 copy color: '#906478'

red 144 ◦ green 100 ◦ blue 120

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

Shades of Strikemaster #906478

Tints of Strikemaster #906478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 39.56%
G = 27.47%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#906478 (or 0x906478) is known color: Strikemaster. HEX triplet: 90, 64 and 78. RGB value is (144,100,120). Sum of RGB (Red+Green+Blue) = 144+100+120=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906478 is #6F9B87. Grayscale: #737373. Windows color (decimal): -7314312 or 7890064. OLE color: 7890064.

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

Color convert

RGB 144 100 120 -
CMYK 0 0.31 0.17 0.44
HSL 332.73º 0.18% 0.48% -
HSV(B) 332.73º 0.31% 0.56% -
XYZ 19.45 16.4 19.91 -
YUV 115.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 144 100 120 0 0.31 0.17 0.44 332.73 0.18 0.48
Hex 90 64 78 0 1F 11 2C 14D 12 30
Octal 220 144 170 0 37 21 54 515 22 60
Binary 10010000 1100100 1111000 0 11111 10001 101100 101001101 10010 110000

Color Harmonies of #906478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906478

Black with #906478

Text Example


Text Example

White with #906478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906478; }

 p { color: rgb(144,100,120); }

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

background-color css

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

 a { background-color: rgb(144,100,120); }

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

border-color css

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

 span { border-color: rgb(144,100,120); }

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