Html Css Color HEX #8C6376 Strikemaster

📋 copy color: '#8C6376'

red 140 ◦ green 99 ◦ blue 118

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

Shades of Strikemaster #8C6376

Tints of Strikemaster #8C6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 39.22%
G = 27.73%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C6376 (or 0x8C6376) is known color: Strikemaster. HEX triplet: 8C, 63 and 76. RGB value is (140,99,118). Sum of RGB (Red+Green+Blue) = 140+99+118=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6376 is #739C89. Grayscale: #717171. Windows color (decimal): -7576714 or 7758732. OLE color: 7758732.

HSL color Cylindrical-coordinate representation of color #8C6376: hue angle of 332.2º 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 #8C6376 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 99 118 -
CMYK 0 0.29 0.16 0.45
HSL 332.2º 0.17% 0.47% -
HSV(B) 332.2º 0.29% 0.55% -
XYZ 18.55 15.81 19.21 -
YUV 113.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 140 99 118 0 0.29 0.16 0.45 332.2 0.17 0.47
Hex 8C 63 76 0 1D 10 2D 14C 11 2F
Octal 214 143 166 0 35 20 55 514 21 57
Binary 10001100 1100011 1110110 0 11101 10000 101101 101001100 10001 101111

Color Harmonies of #8C6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6376

Black with #8C6376

Text Example


Text Example

White with #8C6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,118); }

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

background-color css

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

 a { background-color: rgb(140,99,118); }

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

border-color css

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

 span { border-color: rgb(140,99,118); }

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