Html Css Color HEX #87687A Strikemaster

📋 copy color: '#87687A'

red 135 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #87687A

Tints of Strikemaster #87687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 37.4%
G = 28.81%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87687A (or 0x87687A) is known color: Strikemaster. HEX triplet: 87, 68 and 7A. RGB value is (135,104,122). Sum of RGB (Red+Green+Blue) = 135+104+122=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87687A is #789785. Grayscale: #737373. Windows color (decimal): -7903110 or 8022151. OLE color: 8022151.

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

Color convert

RGB 135 104 122 -
CMYK 0 0.23 0.10 0.47
HSL 325.16º 0.13% 0.47% -
HSV(B) 325.16º 0.23% 0.53% -
XYZ 18.45 16.46 20.62 -
YUV 115.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 135 104 122 0 0.23 0.10 0.47 325.16 0.13 0.47
Hex 87 68 7A 0 17 A 2F 145 D 2F
Octal 207 150 172 0 27 12 57 505 15 57
Binary 10000111 1101000 1111010 0 10111 1010 101111 101000101 1101 101111

Color Harmonies of #87687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87687A

Black with #87687A

Text Example


Text Example

White with #87687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87687A; }

 p { color: rgb(135,104,122); }

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

background-color css

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

 a { background-color: rgb(135,104,122); }

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

border-color css

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

 span { border-color: rgb(135,104,122); }

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