Html Css Color HEX #8C667B Strikemaster

📋 copy color: '#8C667B'

red 140 ◦ green 102 ◦ blue 123

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

Shades of Strikemaster #8C667B

Tints of Strikemaster #8C667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 38.36%
G = 27.95%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C667B (or 0x8C667B) is known color: Strikemaster. HEX triplet: 8C, 66 and 7B. RGB value is (140,102,123). Sum of RGB (Red+Green+Blue) = 140+102+123=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C667B is #739984. Grayscale: #737373. Windows color (decimal): -7575941 or 8087180. OLE color: 8087180.

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

Color convert

RGB 140 102 123 -
CMYK 0 0.27 0.12 0.45
HSL 326.84º 0.16% 0.47% -
HSV(B) 326.84º 0.27% 0.55% -
XYZ 19.14 16.51 20.92 -
YUV 115.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 140 102 123 0 0.27 0.12 0.45 326.84 0.16 0.47
Hex 8C 66 7B 0 1B C 2D 147 10 2F
Octal 214 146 173 0 33 14 55 507 20 57
Binary 10001100 1100110 1111011 0 11011 1100 101101 101000111 10000 101111

Color Harmonies of #8C667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C667B

Black with #8C667B

Text Example


Text Example

White with #8C667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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