Html Css Color HEX #85737D Strikemaster

📋 copy color: '#85737D'

red 133 ◦ green 115 ◦ blue 125

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

Shades of Strikemaster #85737D

Tints of Strikemaster #85737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 35.66%
G = 30.83%
B = 33.51%

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

#85737D (or 0x85737D) is known color: Strikemaster. HEX triplet: 85, 73 and 7D. RGB value is (133,115,125). Sum of RGB (Red+Green+Blue) = 133+115+125=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #85737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737D is #7A8C82. Grayscale: #797979. Windows color (decimal): -8031363 or 8221573. OLE color: 8221573.

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

Color convert

RGB 133 115 125 -
CMYK 0 0.14 0.06 0.48
HSL 326.67º 0.07% 0.49% -
HSV(B) 326.67º 0.14% 0.52% -
XYZ 19.51 18.73 21.99 -
YUV 121.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 133 115 125 0 0.14 0.06 0.48 326.67 0.07 0.49
Hex 85 73 7D 0 E 6 30 147 7 31
Octal 205 163 175 0 16 6 60 507 7 61
Binary 10000101 1110011 1111101 0 1110 110 110000 101000111 111 110001

Color Harmonies of #85737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85737D

Black with #85737D

Text Example


Text Example

White with #85737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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