Html Css Color HEX #865C7A Strikemaster

📋 copy color: '#865C7A'

red 134 ◦ green 92 ◦ blue 122

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

Shades of Strikemaster #865C7A

Tints of Strikemaster #865C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 38.51%
G = 26.44%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#865C7A (or 0x865C7A) is known color: Strikemaster. HEX triplet: 86, 5C and 7A. RGB value is (134,92,122). Sum of RGB (Red+Green+Blue) = 134+92+122=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #865C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C7A is #79A385. Grayscale: #6B6B6B. Windows color (decimal): -7971718 or 8019078. OLE color: 8019078.

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

Color convert

RGB 134 92 122 -
CMYK 0 0.31 0.09 0.47
HSL 317.14º 0.19% 0.44% -
HSV(B) 317.14º 0.31% 0.53% -
XYZ 17.17 14.13 20.23 -
YUV 107.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 134 92 122 0 0.31 0.09 0.47 317.14 0.19 0.44
Hex 86 5C 7A 0 1F 9 2F 13D 13 2C
Octal 206 134 172 0 37 11 57 475 23 54
Binary 10000110 1011100 1111010 0 11111 1001 101111 100111101 10011 101100

Color Harmonies of #865C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C7A

Black with #865C7A

Text Example


Text Example

White with #865C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,122); }

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

background-color css

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

 a { background-color: rgb(134,92,122); }

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

border-color css

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

 span { border-color: rgb(134,92,122); }

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