Html Css Color HEX #85667A Strikemaster

📋 copy color: '#85667A'

red 133 ◦ green 102 ◦ blue 122

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

Shades of Strikemaster #85667A

Tints of Strikemaster #85667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 37.25%
G = 28.57%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85667A (or 0x85667A) is known color: Strikemaster. HEX triplet: 85, 66 and 7A. RGB value is (133,102,122). Sum of RGB (Red+Green+Blue) = 133+102+122=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85667A is #7A9985. Grayscale: #717171. Windows color (decimal): -8034694 or 8021637. OLE color: 8021637.

HSL color Cylindrical-coordinate representation of color #85667A: hue angle of 321.29º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85667A is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 122 -
CMYK 0 0.23 0.08 0.48
HSL 321.29º 0.13% 0.46% -
HSV(B) 321.29º 0.23% 0.52% -
XYZ 17.94 15.89 20.53 -
YUV 113.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 133 102 122 0 0.23 0.08 0.48 321.29 0.13 0.46
Hex 85 66 7A 0 17 8 30 141 D 2E
Octal 205 146 172 0 27 10 60 501 15 56
Binary 10000101 1100110 1111010 0 10111 1000 110000 101000001 1101 101110

Color Harmonies of #85667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85667A

Black with #85667A

Text Example


Text Example

White with #85667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85667A; }

 p { color: rgb(133,102,122); }

 H1.HeaderClassName
 {
   color: #85667A;
 }
 .AnyTagClassName
 {
   color: #85667A;
 }
</style>

background-color css

<style>
 a { background-color: #85667A; }

 a { background-color: rgb(133,102,122); }

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

border-color css

<style>
 span { border-color: #85667A; }

 span { border-color: rgb(133,102,122); }

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