Html Css Color HEX #8C6778 Strikemaster

📋 copy color: '#8C6778'

red 140 ◦ green 103 ◦ blue 120

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

Shades of Strikemaster #8C6778

Tints of Strikemaster #8C6778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 38.57%
G = 28.37%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C6778 (or 0x8C6778) is known color: Strikemaster. HEX triplet: 8C, 67 and 78. RGB value is (140,103,120). Sum of RGB (Red+Green+Blue) = 140+103+120=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6778 is #739887. Grayscale: #737373. Windows color (decimal): -7575688 or 7890828. OLE color: 7890828.

HSL color Cylindrical-coordinate representation of color #8C6778: hue angle of 332.43º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C6778 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 103 120 -
CMYK 0 0.26 0.14 0.45
HSL 332.43º 0.15% 0.48% -
HSV(B) 332.43º 0.26% 0.55% -
XYZ 19.06 16.63 19.98 -
YUV 116 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 140 103 120 0 0.26 0.14 0.45 332.43 0.15 0.48
Hex 8C 67 78 0 1A E 2D 14C F 30
Octal 214 147 170 0 32 16 55 514 17 60
Binary 10001100 1100111 1111000 0 11010 1110 101101 101001100 1111 110000

Color Harmonies of #8C6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6778

Black with #8C6778

Text Example


Text Example

White with #8C6778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,120); }

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

background-color css

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

 a { background-color: rgb(140,103,120); }

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

border-color css

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

 span { border-color: rgb(140,103,120); }

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