Html Css Color HEX #85707B Strikemaster

📋 copy color: '#85707B'

red 133 ◦ green 112 ◦ blue 123

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

Shades of Strikemaster #85707B

Tints of Strikemaster #85707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 36.14%
G = 30.43%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85707B (or 0x85707B) is known color: Strikemaster. HEX triplet: 85, 70 and 7B. RGB value is (133,112,123). Sum of RGB (Red+Green+Blue) = 133+112+123=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #85707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707B is #7A8F84. Grayscale: #777777. Windows color (decimal): -8032133 or 8089733. OLE color: 8089733.

HSL color Cylindrical-coordinate representation of color #85707B: hue angle of 328.57º 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 #85707B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 123 -
CMYK 0 0.16 0.08 0.48
HSL 328.57º 0.09% 0.48% -
HSV(B) 328.57º 0.16% 0.52% -
XYZ 19.04 18 21.21 -
YUV 119.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 133 112 123 0 0.16 0.08 0.48 328.57 0.09 0.48
Hex 85 70 7B 0 10 8 30 149 9 30
Octal 205 160 173 0 20 10 60 511 11 60
Binary 10000101 1110000 1111011 0 10000 1000 110000 101001001 1001 110000

Color Harmonies of #85707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85707B

Black with #85707B

Text Example


Text Example

White with #85707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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