Html Css Color HEX #87747E Strikemaster

📋 copy color: '#87747E'

red 135 ◦ green 116 ◦ blue 126

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

Shades of Strikemaster #87747E

Tints of Strikemaster #87747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 35.81%
G = 30.77%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87747E (or 0x87747E) is known color: Strikemaster. HEX triplet: 87, 74 and 7E. RGB value is (135,116,126). Sum of RGB (Red+Green+Blue) = 135+116+126=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747E is #788B81. Grayscale: #7A7A7A. Windows color (decimal): -7900034 or 8287367. OLE color: 8287367.

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

Color convert

RGB 135 116 126 -
CMYK 0 0.14 0.07 0.47
HSL 328.42º 0.08% 0.49% -
HSV(B) 328.42º 0.14% 0.53% -
XYZ 20 19.15 22.38 -
YUV 122.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 135 116 126 0 0.14 0.07 0.47 328.42 0.08 0.49
Hex 87 74 7E 0 E 7 2F 148 8 31
Octal 207 164 176 0 16 7 57 510 10 61
Binary 10000111 1110100 1111110 0 1110 111 101111 101001000 1000 110001

Color Harmonies of #87747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87747E

Black with #87747E

Text Example


Text Example

White with #87747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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