Html Css Color HEX #956079 Strikemaster

📋 copy color: '#956079'

red 149 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #956079

Tints of Strikemaster #956079

RGB

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

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

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

R = 40.71%
G = 26.23%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#956079 (or 0x956079) is known color: Strikemaster. HEX triplet: 95, 60 and 79. RGB value is (149,96,121). Sum of RGB (Red+Green+Blue) = 149+96+121=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956079 is #6A9F86. Grayscale: #727272. Windows color (decimal): -6987655 or 7954581. OLE color: 7954581.

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

Color convert

RGB 149 96 121 -
CMYK 0 0.36 0.19 0.42
HSL 331.7º 0.22% 0.48% -
HSV(B) 331.7º 0.36% 0.58% -
XYZ 20.03 16.14 20.15 -
YUV 114.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 149 96 121 0 0.36 0.19 0.42 331.7 0.22 0.48
Hex 95 60 79 0 24 13 2A 14C 16 30
Octal 225 140 171 0 44 23 52 514 26 60
Binary 10010101 1100000 1111001 0 100100 10011 101010 101001100 10110 110000

Color Harmonies of #956079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956079

Black with #956079

Text Example


Text Example

White with #956079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956079; }

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

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

background-color css

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

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

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

border-color css

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

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

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