Html Css Color HEX #865A76 Strikemaster

📋 copy color: '#865A76'

red 134 ◦ green 90 ◦ blue 118

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

Shades of Strikemaster #865A76

Tints of Strikemaster #865A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

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

R = 39.18%
G = 26.32%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#865A76 (or 0x865A76) is known color: Strikemaster. HEX triplet: 86, 5A and 76. RGB value is (134,90,118). Sum of RGB (Red+Green+Blue) = 134+90+118=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A76 is #79A589. Grayscale: #6A6A6A. Windows color (decimal): -7972234 or 7756422. OLE color: 7756422.

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

Color convert

RGB 134 90 118 -
CMYK 0 0.33 0.12 0.47
HSL 321.82º 0.2% 0.44% -
HSV(B) 321.82º 0.33% 0.53% -
XYZ 16.76 13.69 18.9 -
YUV 106.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 134 90 118 0 0.33 0.12 0.47 321.82 0.2 0.44
Hex 86 5A 76 0 21 C 2F 142 14 2C
Octal 206 132 166 0 41 14 57 502 24 54
Binary 10000110 1011010 1110110 0 100001 1100 101111 101000010 10100 101100

Color Harmonies of #865A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A76

Black with #865A76

Text Example


Text Example

White with #865A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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