Html Css Color HEX #87607B Strikemaster

📋 copy color: '#87607B'

red 135 ◦ green 96 ◦ blue 123

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

Shades of Strikemaster #87607B

Tints of Strikemaster #87607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 38.14%
G = 27.12%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87607B (or 0x87607B) is known color: Strikemaster. HEX triplet: 87, 60 and 7B. RGB value is (135,96,123). Sum of RGB (Red+Green+Blue) = 135+96+123=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #87607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87607B is #789F84. Grayscale: #6E6E6E. Windows color (decimal): -7905157 or 8085639. OLE color: 8085639.

HSL color Cylindrical-coordinate representation of color #87607B: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87607B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 96 123 -
CMYK 0 0.29 0.09 0.47
HSL 318.46º 0.17% 0.45% -
HSV(B) 318.46º 0.29% 0.53% -
XYZ 17.75 14.95 20.69 -
YUV 110.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 135 96 123 0 0.29 0.09 0.47 318.46 0.17 0.45
Hex 87 60 7B 0 1D 9 2F 13E 11 2D
Octal 207 140 173 0 35 11 57 476 21 55
Binary 10000111 1100000 1111011 0 11101 1001 101111 100111110 10001 101101

Color Harmonies of #87607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87607B

Black with #87607B

Text Example


Text Example

White with #87607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87607B; }

 p { color: rgb(135,96,123); }

 H1.HeaderClassName
 {
   color: #87607B;
 }
 .AnyTagClassName
 {
   color: #87607B;
 }
</style>

background-color css

<style>
 a { background-color: #87607B; }

 a { background-color: rgb(135,96,123); }

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

border-color css

<style>
 span { border-color: #87607B; }

 span { border-color: rgb(135,96,123); }

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