Html Css Color HEX #8C697A Strikemaster

📋 copy color: '#8C697A'

red 140 ◦ green 105 ◦ blue 122

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

Shades of Strikemaster #8C697A

Tints of Strikemaster #8C697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 38.15%
G = 28.61%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C697A (or 0x8C697A) is known color: Strikemaster. HEX triplet: 8C, 69 and 7A. RGB value is (140,105,122). Sum of RGB (Red+Green+Blue) = 140+105+122=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C697A is #739685. Grayscale: #757575. Windows color (decimal): -7575174 or 8022412. OLE color: 8022412.

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

Color convert

RGB 140 105 122 -
CMYK 0 0.25 0.13 0.45
HSL 330.86º 0.14% 0.48% -
HSV(B) 330.86º 0.25% 0.55% -
XYZ 19.38 17.08 20.69 -
YUV 117.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 140 105 122 0 0.25 0.13 0.45 330.86 0.14 0.48
Hex 8C 69 7A 0 19 D 2D 14B E 30
Octal 214 151 172 0 31 15 55 513 16 60
Binary 10001100 1101001 1111010 0 11001 1101 101101 101001011 1110 110000

Color Harmonies of #8C697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C697A

Black with #8C697A

Text Example


Text Example

White with #8C697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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