Html Css Color HEX #85717D Strikemaster

📋 copy color: '#85717D'

red 133 ◦ green 113 ◦ blue 125

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

Shades of Strikemaster #85717D

Tints of Strikemaster #85717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 35.85%
G = 30.46%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85717D (or 0x85717D) is known color: Strikemaster. HEX triplet: 85, 71 and 7D. RGB value is (133,113,125). Sum of RGB (Red+Green+Blue) = 133+113+125=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85717D is #7A8E82. Grayscale: #787878. Windows color (decimal): -8031875 or 8221061. OLE color: 8221061.

HSL color Cylindrical-coordinate representation of color #85717D: hue angle of 324º 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 #85717D is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 125 -
CMYK 0 0.15 0.06 0.48
HSL 324º 0.08% 0.48% -
HSV(B) 324º 0.15% 0.52% -
XYZ 19.28 18.28 21.91 -
YUV 120.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 133 113 125 0 0.15 0.06 0.48 324 0.08 0.48
Hex 85 71 7D 0 F 6 30 144 8 30
Octal 205 161 175 0 17 6 60 504 10 60
Binary 10000101 1110001 1111101 0 1111 110 110000 101000100 1000 110000

Color Harmonies of #85717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85717D

Black with #85717D

Text Example


Text Example

White with #85717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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