Html Css Color HEX #935D79 Strikemaster

📋 copy color: '#935D79'

red 147 ◦ green 93 ◦ blue 121

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

Shades of Strikemaster #935D79

Tints of Strikemaster #935D79

RGB

 RED value IS 147 (57.81% from 255) = 40.72%

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 40.72%
G = 25.76%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#935D79 (or 0x935D79) is known color: Strikemaster. HEX triplet: 93, 5D and 79. RGB value is (147,93,121). Sum of RGB (Red+Green+Blue) = 147+93+121=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #935D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D79 is #6CA286. Grayscale: #707070. Windows color (decimal): -7119495 or 7953811. OLE color: 7953811.

HSL color Cylindrical-coordinate representation of color #935D79: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D79 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 93 121 -
CMYK 0 0.37 0.18 0.42
HSL 328.89º 0.23% 0.47% -
HSV(B) 328.89º 0.37% 0.58% -
XYZ 19.4 15.41 20.04 -
YUV 112.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 147 93 121 0 0.37 0.18 0.42 328.89 0.23 0.47
Hex 93 5D 79 0 25 12 2A 149 16 2F
Octal 223 135 171 0 45 22 52 511 26 57
Binary 10010011 1011101 1111001 0 100101 10010 101010 101001001 10110 101111

Color Harmonies of #935D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D79

Black with #935D79

Text Example


Text Example

White with #935D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935D79; }

 p { color: rgb(147,93,121); }

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

background-color css

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

 a { background-color: rgb(147,93,121); }

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

border-color css

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

 span { border-color: rgb(147,93,121); }

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