Html Css Color HEX #8C7382 Strikemaster

📋 copy color: '#8C7382'

red 140 ◦ green 115 ◦ blue 130

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

Shades of Strikemaster #8C7382

Tints of Strikemaster #8C7382

RGB

 RED value IS 140 (55.08% from 255) = 36.36%

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 36.36%
G = 29.87%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C7382 (or 0x8C7382) is known color: Strikemaster. HEX triplet: 8C, 73 and 82. RGB value is (140,115,130). Sum of RGB (Red+Green+Blue) = 140+115+130=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7382 is #738C7D. Grayscale: #7C7C7C. Windows color (decimal): -7572606 or 8549260. OLE color: 8549260.

HSL color Cylindrical-coordinate representation of color #8C7382: hue angle of 324º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C7382 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 115 130 -
CMYK 0 0.18 0.07 0.45
HSL 324º 0.1% 0.5% -
HSV(B) 324º 0.18% 0.55% -
XYZ 20.98 19.45 23.77 -
YUV 124.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 140 115 130 0 0.18 0.07 0.45 324 0.1 0.5
Hex 8C 73 82 0 12 7 2D 144 A 32
Octal 214 163 202 0 22 7 55 504 12 62
Binary 10001100 1110011 10000010 0 10010 111 101101 101000100 1010 110010

Color Harmonies of #8C7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7382

Black with #8C7382

Text Example


Text Example

White with #8C7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7382; }

 p { color: rgb(140,115,130); }

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

background-color css

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

 a { background-color: rgb(140,115,130); }

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

border-color css

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

 span { border-color: rgb(140,115,130); }

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