Html Css Color HEX #865875 Strikemaster

📋 copy color: '#865875'

red 134 ◦ green 88 ◦ blue 117

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

Shades of Strikemaster #865875

Tints of Strikemaster #865875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 39.53%
G = 25.96%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#865875 (or 0x865875) is known color: Strikemaster. HEX triplet: 86, 58 and 75. RGB value is (134,88,117). Sum of RGB (Red+Green+Blue) = 134+88+117=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865875 is #79A78A. Grayscale: #686868. Windows color (decimal): -7972747 or 7690374. OLE color: 7690374.

HSL color Cylindrical-coordinate representation of color #865875: hue angle of 322.17º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865875 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 117 -
CMYK 0 0.34 0.13 0.47
HSL 322.17º 0.21% 0.44% -
HSV(B) 322.17º 0.34% 0.53% -
XYZ 16.53 13.33 18.53 -
YUV 105.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 134 88 117 0 0.34 0.13 0.47 322.17 0.21 0.44
Hex 86 58 75 0 22 D 2F 142 15 2C
Octal 206 130 165 0 42 15 57 502 25 54
Binary 10000110 1011000 1110101 0 100010 1101 101111 101000010 10101 101100

Color Harmonies of #865875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865875

Black with #865875

Text Example


Text Example

White with #865875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865875; }

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

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

background-color css

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

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

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

border-color css

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

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

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