Html Css Color HEX #865F78 Strikemaster

📋 copy color: '#865F78'

red 134 ◦ green 95 ◦ blue 120

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

Shades of Strikemaster #865F78

Tints of Strikemaster #865F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

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

R = 38.4%
G = 27.22%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#865F78 (or 0x865F78) is known color: Strikemaster. HEX triplet: 86, 5F and 78. RGB value is (134,95,120). Sum of RGB (Red+Green+Blue) = 134+95+120=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F78 is #79A087. Grayscale: #6D6D6D. Windows color (decimal): -7970952 or 7888774. OLE color: 7888774.

HSL color Cylindrical-coordinate representation of color #865F78: hue angle of 321.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F78 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 120 -
CMYK 0 0.29 0.10 0.47
HSL 321.54º 0.17% 0.45% -
HSV(B) 321.54º 0.29% 0.53% -
XYZ 17.31 14.61 19.68 -
YUV 109.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 134 95 120 0 0.29 0.10 0.47 321.54 0.17 0.45
Hex 86 5F 78 0 1D A 2F 142 11 2D
Octal 206 137 170 0 35 12 57 502 21 55
Binary 10000110 1011111 1111000 0 11101 1010 101111 101000010 10001 101101

Color Harmonies of #865F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F78

Black with #865F78

Text Example


Text Example

White with #865F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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