Html Css Color HEX #956979 Strikemaster

📋 copy color: '#956979'

red 149 ◦ green 105 ◦ blue 121

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

Shades of Strikemaster #956979

Tints of Strikemaster #956979

RGB

 RED value IS 149 (58.59% from 255) = 39.73%

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

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

R = 39.73%
G = 28%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#956979 (or 0x956979) is known color: Strikemaster. HEX triplet: 95, 69 and 79. RGB value is (149,105,121). Sum of RGB (Red+Green+Blue) = 149+105+121=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #956979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956979 is #6A9686. Grayscale: #777777. Windows color (decimal): -6985351 or 7956885. OLE color: 7956885.

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

Color convert

RGB 149 105 121 -
CMYK 0 0.30 0.19 0.42
HSL 338.18º 0.17% 0.5% -
HSV(B) 338.18º 0.3% 0.58% -
XYZ 20.9 17.87 20.44 -
YUV 119.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 149 105 121 0 0.30 0.19 0.42 338.18 0.17 0.5
Hex 95 69 79 0 1E 13 2A 152 11 32
Octal 225 151 171 0 36 23 52 522 21 62
Binary 10010101 1101001 1111001 0 11110 10011 101010 101010010 10001 110010

Color Harmonies of #956979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956979

Black with #956979

Text Example


Text Example

White with #956979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956979; }

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

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

background-color css

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

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

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

border-color css

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

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

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