Html Css Color HEX #85717C Strikemaster

📋 copy color: '#85717C'

red 133 ◦ green 113 ◦ blue 124

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

Shades of Strikemaster #85717C

Tints of Strikemaster #85717C

RGB

 RED value IS 133 (52.34% from 255) = 35.95%

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 35.95%
G = 30.54%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85717C (or 0x85717C) is known color: Strikemaster. HEX triplet: 85, 71 and 7C. RGB value is (133,113,124). Sum of RGB (Red+Green+Blue) = 133+113+124=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85717C is #7A8E83. Grayscale: #787878. Windows color (decimal): -8031876 or 8155525. OLE color: 8155525.

HSL color Cylindrical-coordinate representation of color #85717C: hue angle of 327º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85717C is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 124 -
CMYK 0 0.15 0.07 0.48
HSL 327º 0.08% 0.48% -
HSV(B) 327º 0.15% 0.52% -
XYZ 19.22 18.25 21.58 -
YUV 120.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 133 113 124 0 0.15 0.07 0.48 327 0.08 0.48
Hex 85 71 7C 0 F 7 30 147 8 30
Octal 205 161 174 0 17 7 60 507 10 60
Binary 10000101 1110001 1111100 0 1111 111 110000 101000111 1000 110000

Color Harmonies of #85717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85717C

Black with #85717C

Text Example


Text Example

White with #85717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85717C; }

 p { color: rgb(133,113,124); }

 H1.HeaderClassName
 {
   color: #85717C;
 }
 .AnyTagClassName
 {
   color: #85717C;
 }
</style>

background-color css

<style>
 a { background-color: #85717C; }

 a { background-color: rgb(133,113,124); }

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

border-color css

<style>
 span { border-color: #85717C; }

 span { border-color: rgb(133,113,124); }

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