Html Css Color HEX #87697A Strikemaster

📋 copy color: '#87697A'

red 135 ◦ green 105 ◦ blue 122

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

Shades of Strikemaster #87697A

Tints of Strikemaster #87697A

RGB

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

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

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

R = 37.29%
G = 29.01%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87697A (or 0x87697A) is known color: Strikemaster. HEX triplet: 87, 69 and 7A. RGB value is (135,105,122). Sum of RGB (Red+Green+Blue) = 135+105+122=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87697A is #789685. Grayscale: #737373. Windows color (decimal): -7902854 or 8022407. OLE color: 8022407.

HSL color Cylindrical-coordinate representation of color #87697A: hue angle of 326º 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 #87697A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 105 122 -
CMYK 0 0.22 0.10 0.47
HSL 326º 0.13% 0.47% -
HSV(B) 326º 0.22% 0.53% -
XYZ 18.56 16.66 20.65 -
YUV 115.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 135 105 122 0 0.22 0.10 0.47 326 0.13 0.47
Hex 87 69 7A 0 16 A 2F 146 C 2F
Octal 207 151 172 0 26 12 57 506 14 57
Binary 10000111 1101001 1111010 0 10110 1010 101111 101000110 1100 101111

Color Harmonies of #87697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87697A

Black with #87697A

Text Example


Text Example

White with #87697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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