Html Css Color HEX #937482 Strikemaster

📋 copy color: '#937482'

red 147 ◦ green 116 ◦ blue 130

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

Shades of Strikemaster #937482

Tints of Strikemaster #937482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 37.4%
G = 29.52%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#937482 (or 0x937482) is known color: Strikemaster. HEX triplet: 93, 74 and 82. RGB value is (147,116,130). Sum of RGB (Red+Green+Blue) = 147+116+130=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937482 is #6C8B7D. Grayscale: #7E7E7E. Windows color (decimal): -7113598 or 8549523. OLE color: 8549523.

HSL color Cylindrical-coordinate representation of color #937482: hue angle of 332.9º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937482 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 116 130 -
CMYK 0 0.21 0.12 0.42
HSL 332.9º 0.13% 0.52% -
HSV(B) 332.9º 0.21% 0.58% -
XYZ 22.31 20.31 23.86 -
YUV 126.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 147 116 130 0 0.21 0.12 0.42 332.9 0.13 0.52
Hex 93 74 82 0 15 C 2A 14D D 34
Octal 223 164 202 0 25 14 52 515 15 64
Binary 10010011 1110100 10000010 0 10101 1100 101010 101001101 1101 110100

Color Harmonies of #937482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937482

Black with #937482

Text Example


Text Example

White with #937482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937482; }

 p { color: rgb(147,116,130); }

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

background-color css

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

 a { background-color: rgb(147,116,130); }

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

border-color css

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

 span { border-color: rgb(147,116,130); }

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