Html Css Color HEX #87627A Strikemaster

📋 copy color: '#87627A'

red 135 ◦ green 98 ◦ blue 122

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

Shades of Strikemaster #87627A

Tints of Strikemaster #87627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 38.03%
G = 27.61%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87627A (or 0x87627A) is known color: Strikemaster. HEX triplet: 87, 62 and 7A. RGB value is (135,98,122). Sum of RGB (Red+Green+Blue) = 135+98+122=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627A is #789D85. Grayscale: #6F6F6F. Windows color (decimal): -7904646 or 8020615. OLE color: 8020615.

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

Color convert

RGB 135 98 122 -
CMYK 0 0.27 0.10 0.47
HSL 321.08º 0.16% 0.46% -
HSV(B) 321.08º 0.27% 0.53% -
XYZ 17.87 15.29 20.42 -
YUV 111.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 135 98 122 0 0.27 0.10 0.47 321.08 0.16 0.46
Hex 87 62 7A 0 1B A 2F 141 10 2E
Octal 207 142 172 0 33 12 57 501 20 56
Binary 10000111 1100010 1111010 0 11011 1010 101111 101000001 10000 101110

Color Harmonies of #87627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87627A

Black with #87627A

Text Example


Text Example

White with #87627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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