Html Css Color HEX #865E76 Strikemaster

📋 copy color: '#865E76'

red 134 ◦ green 94 ◦ blue 118

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

Shades of Strikemaster #865E76

Tints of Strikemaster #865E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

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

R = 38.73%
G = 27.17%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#865E76 (or 0x865E76) is known color: Strikemaster. HEX triplet: 86, 5E and 76. RGB value is (134,94,118). Sum of RGB (Red+Green+Blue) = 134+94+118=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #865E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E76 is #79A189. Grayscale: #6C6C6C. Windows color (decimal): -7971210 or 7757446. OLE color: 7757446.

HSL color Cylindrical-coordinate representation of color #865E76: hue angle of 324º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E76 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 118 -
CMYK 0 0.30 0.12 0.47
HSL 324º 0.18% 0.45% -
HSV(B) 324º 0.3% 0.53% -
XYZ 17.1 14.38 19.01 -
YUV 108.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 134 94 118 0 0.30 0.12 0.47 324 0.18 0.45
Hex 86 5E 76 0 1E C 2F 144 12 2D
Octal 206 136 166 0 36 14 57 504 22 55
Binary 10000110 1011110 1110110 0 11110 1100 101111 101000100 10010 101101

Color Harmonies of #865E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E76

Black with #865E76

Text Example


Text Example

White with #865E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,118); }

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

background-color css

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

 a { background-color: rgb(134,94,118); }

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

border-color css

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

 span { border-color: rgb(134,94,118); }

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