Html Css Color HEX #85677A Strikemaster

📋 copy color: '#85677A'

red 133 ◦ green 103 ◦ blue 122

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

Shades of Strikemaster #85677A

Tints of Strikemaster #85677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 37.15%
G = 28.77%
B = 34.08%

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

#85677A (or 0x85677A) is known color: Strikemaster. HEX triplet: 85, 67 and 7A. RGB value is (133,103,122). Sum of RGB (Red+Green+Blue) = 133+103+122=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85677A is #7A9885. Grayscale: #727272. Windows color (decimal): -8034438 or 8021893. OLE color: 8021893.

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

Color convert

RGB 133 103 122 -
CMYK 0 0.23 0.08 0.48
HSL 322º 0.13% 0.46% -
HSV(B) 322º 0.23% 0.52% -
XYZ 18.04 16.09 20.57 -
YUV 114.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 133 103 122 0 0.23 0.08 0.48 322 0.13 0.46
Hex 85 67 7A 0 17 8 30 142 D 2E
Octal 205 147 172 0 27 10 60 502 15 56
Binary 10000101 1100111 1111010 0 10111 1000 110000 101000010 1101 101110

Color Harmonies of #85677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85677A

Black with #85677A

Text Example


Text Example

White with #85677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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