Html Css Color HEX #935C76 Strikemaster

📋 copy color: '#935C76'

red 147 ◦ green 92 ◦ blue 118

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

Shades of Strikemaster #935C76

Tints of Strikemaster #935C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 41.18%
G = 25.77%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#935C76 (or 0x935C76) is known color: Strikemaster. HEX triplet: 93, 5C and 76. RGB value is (147,92,118). Sum of RGB (Red+Green+Blue) = 147+92+118=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #935C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C76 is #6CA389. Grayscale: #6F6F6F. Windows color (decimal): -7119754 or 7756947. OLE color: 7756947.

HSL color Cylindrical-coordinate representation of color #935C76: hue angle of 331.64º degrees, saturation: 0.23, 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 #935C76 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 92 118 -
CMYK 0 0.37 0.20 0.42
HSL 331.64º 0.23% 0.47% -
HSV(B) 331.64º 0.37% 0.58% -
XYZ 19.13 15.17 19.06 -
YUV 111.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 147 92 118 0 0.37 0.20 0.42 331.64 0.23 0.47
Hex 93 5C 76 0 25 14 2A 14C 17 2F
Octal 223 134 166 0 45 24 52 514 27 57
Binary 10010011 1011100 1110110 0 100101 10100 101010 101001100 10111 101111

Color Harmonies of #935C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C76

Black with #935C76

Text Example


Text Example

White with #935C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,92,118); }

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

background-color css

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

 a { background-color: rgb(147,92,118); }

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

border-color css

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

 span { border-color: rgb(147,92,118); }

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