Html Css Color HEX #8E6076 Strikemaster

📋 copy color: '#8E6076'

red 142 ◦ green 96 ◦ blue 118

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

Shades of Strikemaster #8E6076

Tints of Strikemaster #8E6076

RGB

 RED value IS 142 (55.86% from 255) = 39.89%

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 39.89%
G = 26.97%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E6076 (or 0x8E6076) is known color: Strikemaster. HEX triplet: 8E, 60 and 76. RGB value is (142,96,118). Sum of RGB (Red+Green+Blue) = 142+96+118=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6076 is #719F89. Grayscale: #707070. Windows color (decimal): -7446410 or 7757966. OLE color: 7757966.

HSL color Cylindrical-coordinate representation of color #8E6076: hue angle of 331.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6076 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 118 -
CMYK 0 0.32 0.17 0.44
HSL 331.3º 0.19% 0.47% -
HSV(B) 331.3º 0.32% 0.56% -
XYZ 18.61 15.42 19.14 -
YUV 112.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 142 96 118 0 0.32 0.17 0.44 331.3 0.19 0.47
Hex 8E 60 76 0 20 11 2C 14B 13 2F
Octal 216 140 166 0 40 21 54 513 23 57
Binary 10001110 1100000 1110110 0 100000 10001 101100 101001011 10011 101111

Color Harmonies of #8E6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6076

Black with #8E6076

Text Example


Text Example

White with #8E6076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,118); }

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

background-color css

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

 a { background-color: rgb(142,96,118); }

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

border-color css

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

 span { border-color: rgb(142,96,118); }

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