Html Css Color HEX #865E75 Strikemaster

📋 copy color: '#865E75'

red 134 ◦ green 94 ◦ blue 117

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

Shades of Strikemaster #865E75

Tints of Strikemaster #865E75

RGB

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

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

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

R = 38.84%
G = 27.25%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865E75 (or 0x865E75) is known color: Strikemaster. HEX triplet: 86, 5E and 75. RGB value is (134,94,117). Sum of RGB (Red+Green+Blue) = 134+94+117=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #865E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E75 is #79A18A. Grayscale: #6C6C6C. Windows color (decimal): -7971211 or 7691910. OLE color: 7691910.

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

Color convert

RGB 134 94 117 -
CMYK 0 0.30 0.13 0.47
HSL 325.5º 0.18% 0.45% -
HSV(B) 325.5º 0.3% 0.53% -
XYZ 17.05 14.36 18.7 -
YUV 108.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 134 94 117 0 0.30 0.13 0.47 325.5 0.18 0.45
Hex 86 5E 75 0 1E D 2F 146 12 2D
Octal 206 136 165 0 36 15 57 506 22 55
Binary 10000110 1011110 1110101 0 11110 1101 101111 101000110 10010 101101

Color Harmonies of #865E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E75

Black with #865E75

Text Example


Text Example

White with #865E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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