Html Css Color HEX #865D76 Strikemaster

📋 copy color: '#865D76'

red 134 ◦ green 93 ◦ blue 118

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

Shades of Strikemaster #865D76

Tints of Strikemaster #865D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 38.84%
G = 26.96%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#865D76 (or 0x865D76) is known color: Strikemaster. HEX triplet: 86, 5D and 76. RGB value is (134,93,118). Sum of RGB (Red+Green+Blue) = 134+93+118=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #865D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D76 is #79A289. Grayscale: #6C6C6C. Windows color (decimal): -7971466 or 7757190. OLE color: 7757190.

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

Color convert

RGB 134 93 118 -
CMYK 0 0.31 0.12 0.47
HSL 323.41º 0.18% 0.45% -
HSV(B) 323.41º 0.31% 0.53% -
XYZ 17.02 14.21 18.98 -
YUV 108.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 134 93 118 0 0.31 0.12 0.47 323.41 0.18 0.45
Hex 86 5D 76 0 1F C 2F 143 12 2D
Octal 206 135 166 0 37 14 57 503 22 55
Binary 10000110 1011101 1110110 0 11111 1100 101111 101000011 10010 101101

Color Harmonies of #865D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D76

Black with #865D76

Text Example


Text Example

White with #865D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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