Html Css Color HEX #87667D Strikemaster

📋 copy color: '#87667D'

red 135 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #87667D

Tints of Strikemaster #87667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 37.29%
G = 28.18%
B = 34.53%

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

#87667D (or 0x87667D) is known color: Strikemaster. HEX triplet: 87, 66 and 7D. RGB value is (135,102,125). Sum of RGB (Red+Green+Blue) = 135+102+125=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87667D is #789982. Grayscale: #727272. Windows color (decimal): -7903619 or 8218247. OLE color: 8218247.

HSL color Cylindrical-coordinate representation of color #87667D: hue angle of 318.18º 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 #87667D is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 125 -
CMYK 0 0.24 0.07 0.47
HSL 318.18º 0.14% 0.46% -
HSV(B) 318.18º 0.24% 0.53% -
XYZ 18.44 16.13 21.54 -
YUV 114.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 135 102 125 0 0.24 0.07 0.47 318.18 0.14 0.46
Hex 87 66 7D 0 18 7 2F 13E E 2E
Octal 207 146 175 0 30 7 57 476 16 56
Binary 10000111 1100110 1111101 0 11000 111 101111 100111110 1110 101110

Color Harmonies of #87667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87667D

Black with #87667D

Text Example


Text Example

White with #87667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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