Html Css Color HEX #87647A Strikemaster

📋 copy color: '#87647A'

red 135 ◦ green 100 ◦ blue 122

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

Shades of Strikemaster #87647A

Tints of Strikemaster #87647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 37.82%
G = 28.01%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87647A (or 0x87647A) is known color: Strikemaster. HEX triplet: 87, 64 and 7A. RGB value is (135,100,122). Sum of RGB (Red+Green+Blue) = 135+100+122=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87647A is #789B85. Grayscale: #707070. Windows color (decimal): -7904134 or 8021127. OLE color: 8021127.

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

Color convert

RGB 135 100 122 -
CMYK 0 0.26 0.10 0.47
HSL 322.29º 0.15% 0.46% -
HSV(B) 322.29º 0.26% 0.53% -
XYZ 18.06 15.67 20.49 -
YUV 112.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 135 100 122 0 0.26 0.10 0.47 322.29 0.15 0.46
Hex 87 64 7A 0 1A A 2F 142 F 2E
Octal 207 144 172 0 32 12 57 502 17 56
Binary 10000111 1100100 1111010 0 11010 1010 101111 101000010 1111 101110

Color Harmonies of #87647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87647A

Black with #87647A

Text Example


Text Example

White with #87647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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