Html Css Color HEX #85707C Strikemaster

📋 copy color: '#85707C'

red 133 ◦ green 112 ◦ blue 124

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

Shades of Strikemaster #85707C

Tints of Strikemaster #85707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 36.04%
G = 30.35%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85707C (or 0x85707C) is known color: Strikemaster. HEX triplet: 85, 70 and 7C. RGB value is (133,112,124). Sum of RGB (Red+Green+Blue) = 133+112+124=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #85707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707C is #7A8F83. Grayscale: #777777. Windows color (decimal): -8032132 or 8155269. OLE color: 8155269.

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

Color convert

RGB 133 112 124 -
CMYK 0 0.16 0.07 0.48
HSL 325.71º 0.09% 0.48% -
HSV(B) 325.71º 0.16% 0.52% -
XYZ 19.11 18.03 21.54 -
YUV 119.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 133 112 124 0 0.16 0.07 0.48 325.71 0.09 0.48
Hex 85 70 7C 0 10 7 30 146 9 30
Octal 205 160 174 0 20 7 60 506 11 60
Binary 10000101 1110000 1111100 0 10000 111 110000 101000110 1001 110000

Color Harmonies of #85707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85707C

Black with #85707C

Text Example


Text Example

White with #85707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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