Html Css Color HEX #8C6277 Strikemaster

📋 copy color: '#8C6277'

red 140 ◦ green 98 ◦ blue 119

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

Shades of Strikemaster #8C6277

Tints of Strikemaster #8C6277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 39.22%
G = 27.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C6277 (or 0x8C6277) is known color: Strikemaster. HEX triplet: 8C, 62 and 77. RGB value is (140,98,119). Sum of RGB (Red+Green+Blue) = 140+98+119=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6277 is #739D88. Grayscale: #707070. Windows color (decimal): -7576969 or 7824012. OLE color: 7824012.

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

Color convert

RGB 140 98 119 -
CMYK 0 0.3 0.15 0.45
HSL 330º 0.18% 0.47% -
HSV(B) 330º 0.3% 0.55% -
XYZ 18.51 15.64 19.5 -
YUV 112.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 140 98 119 0 0.3 0.15 0.45 330 0.18 0.47
Hex 8C 62 77 0 1E F 2D 14A 12 2F
Octal 214 142 167 0 36 17 55 512 22 57
Binary 10001100 1100010 1110111 0 11110 1111 101101 101001010 10010 101111

Color Harmonies of #8C6277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6277

Black with #8C6277

Text Example


Text Example

White with #8C6277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,119); }

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

background-color css

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

 a { background-color: rgb(140,98,119); }

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

border-color css

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

 span { border-color: rgb(140,98,119); }

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