Html Css Color HEX #85727D Strikemaster

📋 copy color: '#85727D'

red 133 ◦ green 114 ◦ blue 125

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

Shades of Strikemaster #85727D

Tints of Strikemaster #85727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 35.75%
G = 30.65%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85727D (or 0x85727D) is known color: Strikemaster. HEX triplet: 85, 72 and 7D. RGB value is (133,114,125). Sum of RGB (Red+Green+Blue) = 133+114+125=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727D is #7A8D82. Grayscale: #787878. Windows color (decimal): -8031619 or 8221317. OLE color: 8221317.

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

Color convert

RGB 133 114 125 -
CMYK 0 0.14 0.06 0.48
HSL 325.26º 0.08% 0.48% -
HSV(B) 325.26º 0.14% 0.52% -
XYZ 19.39 18.5 21.95 -
YUV 120.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 133 114 125 0 0.14 0.06 0.48 325.26 0.08 0.48
Hex 85 72 7D 0 E 6 30 145 8 30
Octal 205 162 175 0 16 6 60 505 10 60
Binary 10000101 1110010 1111101 0 1110 110 110000 101000101 1000 110000

Color Harmonies of #85727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85727D

Black with #85727D

Text Example


Text Example

White with #85727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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