Html Css Color HEX #8C6B7F Strikemaster

📋 copy color: '#8C6B7F'

red 140 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #8C6B7F

Tints of Strikemaster #8C6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 37.43%
G = 28.61%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C6B7F (or 0x8C6B7F) is known color: Strikemaster. HEX triplet: 8C, 6B and 7F. RGB value is (140,107,127). Sum of RGB (Red+Green+Blue) = 140+107+127=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B7F is #739480. Grayscale: #777777. Windows color (decimal): -7574657 or 8350604. OLE color: 8350604.

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

Color convert

RGB 140 107 127 -
CMYK 0 0.24 0.09 0.45
HSL 323.64º 0.13% 0.48% -
HSV(B) 323.64º 0.24% 0.55% -
XYZ 19.9 17.62 22.43 -
YUV 119.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 140 107 127 0 0.24 0.09 0.45 323.64 0.13 0.48
Hex 8C 6B 7F 0 18 9 2D 144 D 30
Octal 214 153 177 0 30 11 55 504 15 60
Binary 10001100 1101011 1111111 0 11000 1001 101101 101000100 1101 110000

Color Harmonies of #8C6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B7F

Black with #8C6B7F

Text Example


Text Example

White with #8C6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,127); }

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

background-color css

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

 a { background-color: rgb(140,107,127); }

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

border-color css

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

 span { border-color: rgb(140,107,127); }

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