Html Css Color HEX #8C697D Strikemaster

📋 copy color: '#8C697D'

red 140 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #8C697D

Tints of Strikemaster #8C697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 37.84%
G = 28.38%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C697D (or 0x8C697D) is known color: Strikemaster. HEX triplet: 8C, 69 and 7D. RGB value is (140,105,125). Sum of RGB (Red+Green+Blue) = 140+105+125=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C697D is #739682. Grayscale: #757575. Windows color (decimal): -7575171 or 8219020. OLE color: 8219020.

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

Color convert

RGB 140 105 125 -
CMYK 0 0.25 0.11 0.45
HSL 325.71º 0.14% 0.48% -
HSV(B) 325.71º 0.25% 0.55% -
XYZ 19.57 17.16 21.68 -
YUV 117.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 140 105 125 0 0.25 0.11 0.45 325.71 0.14 0.48
Hex 8C 69 7D 0 19 B 2D 146 E 30
Octal 214 151 175 0 31 13 55 506 16 60
Binary 10001100 1101001 1111101 0 11001 1011 101101 101000110 1110 110000

Color Harmonies of #8C697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C697D

Black with #8C697D

Text Example


Text Example

White with #8C697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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