Html Css Color HEX #876978 Strikemaster

📋 copy color: '#876978'

red 135 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #876978

Tints of Strikemaster #876978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

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

R = 37.5%
G = 29.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#876978 (or 0x876978) is known color: Strikemaster. HEX triplet: 87, 69 and 78. RGB value is (135,105,120). Sum of RGB (Red+Green+Blue) = 135+105+120=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #876978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876978 is #789687. Grayscale: #737373. Windows color (decimal): -7902856 or 7891335. OLE color: 7891335.

HSL color Cylindrical-coordinate representation of color #876978: hue angle of 330º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876978 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 105 120 -
CMYK 0 0.22 0.11 0.47
HSL 330º 0.13% 0.47% -
HSV(B) 330º 0.22% 0.53% -
XYZ 18.43 16.61 20 -
YUV 115.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 135 105 120 0 0.22 0.11 0.47 330 0.13 0.47
Hex 87 69 78 0 16 B 2F 14A C 2F
Octal 207 151 170 0 26 13 57 512 14 57
Binary 10000111 1101001 1111000 0 10110 1011 101111 101001010 1100 101111

Color Harmonies of #876978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876978

Black with #876978

Text Example


Text Example

White with #876978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876978; }

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

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

background-color css

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

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

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

border-color css

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

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

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