Html Css Color HEX #875978 Strikemaster

📋 copy color: '#875978'

red 135 ◦ green 89 ◦ blue 120

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

Shades of Strikemaster #875978

Tints of Strikemaster #875978

RGB

 RED value IS 135 (53.13% from 255) = 39.24%

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 39.24%
G = 25.87%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#875978 (or 0x875978) is known color: Strikemaster. HEX triplet: 87, 59 and 78. RGB value is (135,89,120). Sum of RGB (Red+Green+Blue) = 135+89+120=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875978 is #78A687. Grayscale: #6A6A6A. Windows color (decimal): -7906952 or 7887239. OLE color: 7887239.

HSL color Cylindrical-coordinate representation of color #875978: hue angle of 319.57º 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 #875978 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 120 -
CMYK 0 0.34 0.11 0.47
HSL 319.57º 0.21% 0.44% -
HSV(B) 319.57º 0.34% 0.53% -
XYZ 16.95 13.65 19.51 -
YUV 106.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 135 89 120 0 0.34 0.11 0.47 319.57 0.21 0.44
Hex 87 59 78 0 22 B 2F 140 15 2C
Octal 207 131 170 0 42 13 57 500 25 54
Binary 10000111 1011001 1111000 0 100010 1011 101111 101000000 10101 101100

Color Harmonies of #875978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875978

Black with #875978

Text Example


Text Example

White with #875978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875978; }

 p { color: rgb(135,89,120); }

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

background-color css

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

 a { background-color: rgb(135,89,120); }

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

border-color css

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

 span { border-color: rgb(135,89,120); }

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