Html Css Color HEX #8C6C7B Strikemaster

📋 copy color: '#8C6C7B'

red 140 ◦ green 108 ◦ blue 123

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

Shades of Strikemaster #8C6C7B

Tints of Strikemaster #8C6C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 37.74%
G = 29.11%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C6C7B (or 0x8C6C7B) is known color: Strikemaster. HEX triplet: 8C, 6C and 7B. RGB value is (140,108,123). Sum of RGB (Red+Green+Blue) = 140+108+123=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C7B is #739384. Grayscale: #777777. Windows color (decimal): -7574405 or 8088716. OLE color: 8088716.

HSL color Cylindrical-coordinate representation of color #8C6C7B: hue angle of 331.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6C7B is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 108 123 -
CMYK 0 0.23 0.12 0.45
HSL 331.88º 0.13% 0.49% -
HSV(B) 331.88º 0.23% 0.55% -
XYZ 19.75 17.73 21.12 -
YUV 119.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 140 108 123 0 0.23 0.12 0.45 331.88 0.13 0.49
Hex 8C 6C 7B 0 17 C 2D 14C D 31
Octal 214 154 173 0 27 14 55 514 15 61
Binary 10001100 1101100 1111011 0 10111 1100 101101 101001100 1101 110001

Color Harmonies of #8C6C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6C7B

Black with #8C6C7B

Text Example


Text Example

White with #8C6C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,108,123); }

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

background-color css

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

 a { background-color: rgb(140,108,123); }

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

border-color css

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

 span { border-color: rgb(140,108,123); }

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