Html Css Color HEX #8C687A Strikemaster

📋 copy color: '#8C687A'

red 140 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #8C687A

Tints of Strikemaster #8C687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 38.25%
G = 28.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C687A (or 0x8C687A) is known color: Strikemaster. HEX triplet: 8C, 68 and 7A. RGB value is (140,104,122). Sum of RGB (Red+Green+Blue) = 140+104+122=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C687A is #739785. Grayscale: #747474. Windows color (decimal): -7575430 or 8022156. OLE color: 8022156.

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

Color convert

RGB 140 104 122 -
CMYK 0 0.26 0.13 0.45
HSL 330º 0.15% 0.48% -
HSV(B) 330º 0.26% 0.55% -
XYZ 19.28 16.88 20.65 -
YUV 116.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 140 104 122 0 0.26 0.13 0.45 330 0.15 0.48
Hex 8C 68 7A 0 1A D 2D 14A F 30
Octal 214 150 172 0 32 15 55 512 17 60
Binary 10001100 1101000 1111010 0 11010 1101 101101 101001010 1111 110000

Color Harmonies of #8C687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C687A

Black with #8C687A

Text Example


Text Example

White with #8C687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,122); }

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

background-color css

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

 a { background-color: rgb(140,104,122); }

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

border-color css

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

 span { border-color: rgb(140,104,122); }

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