Html Css Color HEX #87667E Strikemaster

📋 copy color: '#87667E'

red 135 ◦ green 102 ◦ blue 126

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

Shades of Strikemaster #87667E

Tints of Strikemaster #87667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 37.19%
G = 28.1%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87667E (or 0x87667E) is known color: Strikemaster. HEX triplet: 87, 66 and 7E. RGB value is (135,102,126). Sum of RGB (Red+Green+Blue) = 135+102+126=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87667E is #789981. Grayscale: #727272. Windows color (decimal): -7903618 or 8283783. OLE color: 8283783.

HSL color Cylindrical-coordinate representation of color #87667E: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87667E is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 126 -
CMYK 0 0.24 0.07 0.47
HSL 316.36º 0.14% 0.46% -
HSV(B) 316.36º 0.24% 0.53% -
XYZ 18.51 16.16 21.88 -
YUV 114.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 135 102 126 0 0.24 0.07 0.47 316.36 0.14 0.46
Hex 87 66 7E 0 18 7 2F 13C E 2E
Octal 207 146 176 0 30 7 57 474 16 56
Binary 10000111 1100110 1111110 0 11000 111 101111 100111100 1110 101110

Color Harmonies of #87667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87667E

Black with #87667E

Text Example


Text Example

White with #87667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87667E; }

 p { color: rgb(135,102,126); }

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

background-color css

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

 a { background-color: rgb(135,102,126); }

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

border-color css

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

 span { border-color: rgb(135,102,126); }

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