Html Css Color HEX #865978 Strikemaster

📋 copy color: '#865978'

red 134 ◦ green 89 ◦ blue 120

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

Shades of Strikemaster #865978

Tints of Strikemaster #865978

RGB

 RED value IS 134 (52.73% from 255) = 39.07%

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 39.07%
G = 25.95%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#865978 (or 0x865978) is known color: Strikemaster. HEX triplet: 86, 59 and 78. RGB value is (134,89,120). Sum of RGB (Red+Green+Blue) = 134+89+120=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #865978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865978 is #79A687. Grayscale: #696969. Windows color (decimal): -7972488 or 7887238. OLE color: 7887238.

HSL color Cylindrical-coordinate representation of color #865978: hue angle of 318.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865978 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 120 -
CMYK 0 0.34 0.10 0.47
HSL 318.67º 0.2% 0.44% -
HSV(B) 318.67º 0.34% 0.53% -
XYZ 16.79 13.57 19.5 -
YUV 105.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 134 89 120 0 0.34 0.10 0.47 318.67 0.2 0.44
Hex 86 59 78 0 22 A 2F 13F 14 2C
Octal 206 131 170 0 42 12 57 477 24 54
Binary 10000110 1011001 1111000 0 100010 1010 101111 100111111 10100 101100

Color Harmonies of #865978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865978

Black with #865978

Text Example


Text Example

White with #865978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865978; }

 p { color: rgb(134,89,120); }

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

background-color css

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

 a { background-color: rgb(134,89,120); }

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

border-color css

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

 span { border-color: rgb(134,89,120); }

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