Html Css Color HEX #865C75 Strikemaster

📋 copy color: '#865C75'

red 134 ◦ green 92 ◦ blue 117

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

Shades of Strikemaster #865C75

Tints of Strikemaster #865C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 39.07%
G = 26.82%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865C75 (or 0x865C75) is known color: Strikemaster. HEX triplet: 86, 5C and 75. RGB value is (134,92,117). Sum of RGB (Red+Green+Blue) = 134+92+117=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #865C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C75 is #79A38A. Grayscale: #6B6B6B. Windows color (decimal): -7971723 or 7691398. OLE color: 7691398.

HSL color Cylindrical-coordinate representation of color #865C75: hue angle of 324.29º 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 #865C75 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 117 -
CMYK 0 0.31 0.13 0.47
HSL 324.29º 0.19% 0.44% -
HSV(B) 324.29º 0.31% 0.53% -
XYZ 16.87 14.01 18.64 -
YUV 107.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 134 92 117 0 0.31 0.13 0.47 324.29 0.19 0.44
Hex 86 5C 75 0 1F D 2F 144 13 2C
Octal 206 134 165 0 37 15 57 504 23 54
Binary 10000110 1011100 1110101 0 11111 1101 101111 101000100 10011 101100

Color Harmonies of #865C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C75

Black with #865C75

Text Example


Text Example

White with #865C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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