Html Css Color HEX #87677B Strikemaster

📋 copy color: '#87677B'

red 135 ◦ green 103 ◦ blue 123

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

Shades of Strikemaster #87677B

Tints of Strikemaster #87677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 37.4%
G = 28.53%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87677B (or 0x87677B) is known color: Strikemaster. HEX triplet: 87, 67 and 7B. RGB value is (135,103,123). Sum of RGB (Red+Green+Blue) = 135+103+123=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87677B is #789884. Grayscale: #727272. Windows color (decimal): -7903365 or 8087431. OLE color: 8087431.

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

Color convert

RGB 135 103 123 -
CMYK 0 0.24 0.09 0.47
HSL 322.5º 0.13% 0.47% -
HSV(B) 322.5º 0.24% 0.53% -
XYZ 18.42 16.28 20.91 -
YUV 114.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 135 103 123 0 0.24 0.09 0.47 322.5 0.13 0.47
Hex 87 67 7B 0 18 9 2F 142 D 2F
Octal 207 147 173 0 30 11 57 502 15 57
Binary 10000111 1100111 1111011 0 11000 1001 101111 101000010 1101 101111

Color Harmonies of #87677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87677B

Black with #87677B

Text Example


Text Example

White with #87677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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