Html Css Color HEX #8C6479 Strikemaster

📋 copy color: '#8C6479'

red 140 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #8C6479

Tints of Strikemaster #8C6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 38.78%
G = 27.7%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C6479 (or 0x8C6479) is known color: Strikemaster. HEX triplet: 8C, 64 and 79. RGB value is (140,100,121). Sum of RGB (Red+Green+Blue) = 140+100+121=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6479 is #739B86. Grayscale: #727272. Windows color (decimal): -7576455 or 7955596. OLE color: 7955596.

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

Color convert

RGB 140 100 121 -
CMYK 0 0.29 0.14 0.45
HSL 328.5º 0.17% 0.47% -
HSV(B) 328.5º 0.29% 0.55% -
XYZ 18.82 16.07 20.2 -
YUV 114.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 140 100 121 0 0.29 0.14 0.45 328.5 0.17 0.47
Hex 8C 64 79 0 1D E 2D 148 11 2F
Octal 214 144 171 0 35 16 55 510 21 57
Binary 10001100 1100100 1111001 0 11101 1110 101101 101001000 10001 101111

Color Harmonies of #8C6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6479

Black with #8C6479

Text Example


Text Example

White with #8C6479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,100,121); }

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

background-color css

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

 a { background-color: rgb(140,100,121); }

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

border-color css

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

 span { border-color: rgb(140,100,121); }

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