Html Css Color HEX #935E77 Strikemaster

📋 copy color: '#935E77'

red 147 ◦ green 94 ◦ blue 119

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

Shades of Strikemaster #935E77

Tints of Strikemaster #935E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 40.83%
G = 26.11%
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

#935E77 (or 0x935E77) is known color: Strikemaster. HEX triplet: 93, 5E and 77. RGB value is (147,94,119). Sum of RGB (Red+Green+Blue) = 147+94+119=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #935E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E77 is #6CA188. Grayscale: #707070. Windows color (decimal): -7119241 or 7822995. OLE color: 7822995.

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

Color convert

RGB 147 94 119 -
CMYK 0 0.36 0.19 0.42
HSL 331.7º 0.22% 0.47% -
HSV(B) 331.7º 0.36% 0.58% -
XYZ 19.37 15.54 19.43 -
YUV 112.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 147 94 119 0 0.36 0.19 0.42 331.7 0.22 0.47
Hex 93 5E 77 0 24 13 2A 14C 16 2F
Octal 223 136 167 0 44 23 52 514 26 57
Binary 10010011 1011110 1110111 0 100100 10011 101010 101001100 10110 101111

Color Harmonies of #935E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E77

Black with #935E77

Text Example


Text Example

White with #935E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,94,119); }

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

background-color css

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

 a { background-color: rgb(147,94,119); }

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

border-color css

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

 span { border-color: rgb(147,94,119); }

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