Html Css Color HEX #876A78 Strikemaster

📋 copy color: '#876A78'

red 135 ◦ green 106 ◦ blue 120

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

Shades of Strikemaster #876A78

Tints of Strikemaster #876A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 37.4%
G = 29.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#876A78 (or 0x876A78) is known color: Strikemaster. HEX triplet: 87, 6A and 78. RGB value is (135,106,120). Sum of RGB (Red+Green+Blue) = 135+106+120=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #876A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A78 is #789587. Grayscale: #747474. Windows color (decimal): -7902600 or 7891591. OLE color: 7891591.

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

Color convert

RGB 135 106 120 -
CMYK 0 0.21 0.11 0.47
HSL 331.03º 0.12% 0.47% -
HSV(B) 331.03º 0.21% 0.53% -
XYZ 18.54 16.82 20.04 -
YUV 116.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 135 106 120 0 0.21 0.11 0.47 331.03 0.12 0.47
Hex 87 6A 78 0 15 B 2F 14B C 2F
Octal 207 152 170 0 25 13 57 513 14 57
Binary 10000111 1101010 1111000 0 10101 1011 101111 101001011 1100 101111

Color Harmonies of #876A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A78

Black with #876A78

Text Example


Text Example

White with #876A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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