Html Css Color HEX #8C7084 Strikemaster

📋 copy color: '#8C7084'

red 140 ◦ green 112 ◦ blue 132

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

Shades of Strikemaster #8C7084

Tints of Strikemaster #8C7084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 36.46%
G = 29.17%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C7084 (or 0x8C7084) is known color: Strikemaster. HEX triplet: 8C, 70 and 84. RGB value is (140,112,132). Sum of RGB (Red+Green+Blue) = 140+112+132=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7084 is #738F7B. Grayscale: #7A7A7A. Windows color (decimal): -7573372 or 8679564. OLE color: 8679564.

HSL color Cylindrical-coordinate representation of color #8C7084: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7084 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 132 -
CMYK 0 0.20 0.06 0.45
HSL 317.14º 0.11% 0.49% -
HSV(B) 317.14º 0.2% 0.55% -
XYZ 20.77 18.83 24.37 -
YUV 122.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 140 112 132 0 0.20 0.06 0.45 317.14 0.11 0.49
Hex 8C 70 84 0 14 6 2D 13D B 31
Octal 214 160 204 0 24 6 55 475 13 61
Binary 10001100 1110000 10000100 0 10100 110 101101 100111101 1011 110001

Color Harmonies of #8C7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7084

Black with #8C7084

Text Example


Text Example

White with #8C7084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,132); }

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

background-color css

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

 a { background-color: rgb(140,112,132); }

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

border-color css

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

 span { border-color: rgb(140,112,132); }

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