Html Css Color HEX #946077 Strikemaster

📋 copy color: '#946077'

red 148 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #946077

Tints of Strikemaster #946077

RGB

 RED value IS 148 (58.2% from 255) = 40.77%

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 40.77%
G = 26.45%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946077 (or 0x946077) is known color: Strikemaster. HEX triplet: 94, 60 and 77. RGB value is (148,96,119). Sum of RGB (Red+Green+Blue) = 148+96+119=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946077 is #6B9F88. Grayscale: #727272. Windows color (decimal): -7053193 or 7823508. OLE color: 7823508.

HSL color Cylindrical-coordinate representation of color #946077: hue angle of 333.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946077 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 96 119 -
CMYK 0 0.35 0.20 0.42
HSL 333.46º 0.21% 0.48% -
HSV(B) 333.46º 0.35% 0.58% -
XYZ 19.73 15.99 19.5 -
YUV 114.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 148 96 119 0 0.35 0.20 0.42 333.46 0.21 0.48
Hex 94 60 77 0 23 14 2A 14D 15 30
Octal 224 140 167 0 43 24 52 515 25 60
Binary 10010100 1100000 1110111 0 100011 10100 101010 101001101 10101 110000

Color Harmonies of #946077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946077

Black with #946077

Text Example


Text Example

White with #946077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946077; }

 p { color: rgb(148,96,119); }

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

background-color css

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

 a { background-color: rgb(148,96,119); }

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

border-color css

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

 span { border-color: rgb(148,96,119); }

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