Html Css Color HEX #946979 Strikemaster

📋 copy color: '#946979'

red 148 ◦ green 105 ◦ blue 121

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

Shades of Strikemaster #946979

Tints of Strikemaster #946979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 39.57%
G = 28.07%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#946979 (or 0x946979) is known color: Strikemaster. HEX triplet: 94, 69 and 79. RGB value is (148,105,121). Sum of RGB (Red+Green+Blue) = 148+105+121=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946979 is #6B9686. Grayscale: #777777. Windows color (decimal): -7050887 or 7956884. OLE color: 7956884.

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

Color convert

RGB 148 105 121 -
CMYK 0 0.29 0.18 0.42
HSL 337.67º 0.17% 0.5% -
HSV(B) 337.67º 0.29% 0.58% -
XYZ 20.72 17.78 20.43 -
YUV 119.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 148 105 121 0 0.29 0.18 0.42 337.67 0.17 0.5
Hex 94 69 79 0 1D 12 2A 152 11 32
Octal 224 151 171 0 35 22 52 522 21 62
Binary 10010100 1101001 1111001 0 11101 10010 101010 101010010 10001 110010

Color Harmonies of #946979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946979

Black with #946979

Text Example


Text Example

White with #946979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946979; }

 p { color: rgb(148,105,121); }

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

background-color css

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

 a { background-color: rgb(148,105,121); }

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

border-color css

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

 span { border-color: rgb(148,105,121); }

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